forked from Fediversity/Fediversity
expose 8080 in nftables, pending proper TLS/reverse-proxy/port (?)
This commit is contained in:
parent
0a615fa961
commit
fe789c1819
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ table inet filter {
|
|||
ip6 nexthdr icmpv6 icmpv6 type { destination-unreachable, echo-reply, echo-request, nd-neighbor-solicit, nd-router-advert, nd-neighbor-advert, packet-too-big, parameter-problem, time-exceeded } accept
|
||||
|
||||
# open tcp ports: sshd (22)
|
||||
tcp dport {ssh} accept
|
||||
# 8080: used in atticd
|
||||
tcp dport {ssh,8080} accept
|
||||
|
||||
# open tcp ports: snmp (161)
|
||||
ip saddr $snmp_allow udp dport {snmp} accept
|
||||
|
|
Loading…
Add table
Reference in a new issue