Skip to content

Commit

Permalink
bump firewall
Browse files Browse the repository at this point in the history
  • Loading branch information
erebe committed Feb 12, 2024
1 parent 18add31 commit c7f7084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodes/server/config/nftables.rules
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ table inet SERVER_FIREWALL {

tcp dport { 80, 443, 8084 } accept comment "accept http"

tcp dport {25, 587, 993} accept comment "accept email"
tcp dport {25, 465, 587, 993} accept comment "accept email"

udp dport 995 accept comment "accept wireguard"

Expand Down

0 comments on commit c7f7084

Please sign in to comment.