Allow nebula through firewall
This commit is contained in:
@ -12,6 +12,9 @@ table inet filter {
|
||||
iif lo accept
|
||||
|
||||
tcp dport {http, https, {{ ssh_port }}, 8443, 8448} accept
|
||||
|
||||
# Allow nebula
|
||||
udp dport {{ nebula_listen_port }} accept;
|
||||
}
|
||||
|
||||
chain POSTROUTING {
|
||||
|
@ -9,7 +9,7 @@
|
||||
dest: /etc/nftables.conf
|
||||
validate: nft -c -f %s
|
||||
become: true
|
||||
notify: reload firewall
|
||||
notify: reload nftables
|
||||
|
||||
- name: Enable nftables
|
||||
service:
|
||||
|
Reference in New Issue
Block a user