Allow pings to ingress
This makes testing connections much simpler
This commit is contained in:
@ -11,6 +11,10 @@ table inet filter {
|
||||
|
||||
iif lo accept
|
||||
|
||||
# Allow ICMP (pings)
|
||||
ip protocol icmp accept
|
||||
meta l4proto icmpv6 accept
|
||||
|
||||
tcp dport {http, https, {{ ssh_port }}, 8443, 8448} accept
|
||||
|
||||
# Allow nebula
|
||||
|
Reference in New Issue
Block a user