Allow nebula through firewall

This commit is contained in:
Jake Howard
2023-11-03 18:06:36 +00:00
parent b1284877a3
commit 850278ab19
6 changed files with 9 additions and 2 deletions

View File

@ -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 {