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 {
|
||||
|
Reference in New Issue
Block a user