diff options
Diffstat (limited to 'ansible/host_vars')
-rw-r--r-- | ansible/host_vars/knot/ufw.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ansible/host_vars/knot/ufw.yml b/ansible/host_vars/knot/ufw.yml index 4ece7f5..bb3fc6b 100644 --- a/ansible/host_vars/knot/ufw.yml +++ b/ansible/host_vars/knot/ufw.yml @@ -1,2 +1,6 @@ ufw__nat_address: 10.0.3.0 ufw__nat_prefix: 24 + +ufw__port_forwardings: +# - port: 53 +# to: 10.0.0.4 |