Skip to content

Commit

Permalink
feat(firewall): allow SNTP protocol in output
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumededrie committed Dec 27, 2023
1 parent 7751773 commit 2c6b0df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/etc_nftables.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ table inet firewall {
tcp . 53, # DNS
udp . 53, # DNS
tcp . 80, # Web
udp . 123, # SNTP
tcp . 443, # TLS
udp . 443, # QUIC
tcp . 465, # SMTPs
Expand Down

0 comments on commit 2c6b0df

Please sign in to comment.