diff options
-rw-r--r-- | host_vars/dcontroller.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/host_vars/dcontroller.yml b/host_vars/dcontroller.yml index 96bd73f..2194216 100644 --- a/host_vars/dcontroller.yml +++ b/host_vars/dcontroller.yml @@ -14,3 +14,7 @@ services: - name: "wireguard" proto: "udp" port: "53" + + - name: "httpd" + proto: "tcp" + port: "80" |