Skip to content

Commit

Permalink
Fix nftables config of ams-slack-1
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 8, 2025
1 parent 1b2e382 commit 47af40a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible/host_vars/ams-slack-1.ooni.org
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
nft_rules_tcp:
- name: 22
rules:
- add rule inet filter input tcp dport 22 counter accept comment "Incoming SSH"
- name: 80
rules:
- add rule inet filter input tcp dport 80 counter accept comment "incoming HTTP"
- name: 443
rules:
- add rule inet filter input tcp dport 443 counter accept comment "incoming HTTPS"
- name: 9100
- add rule inet filter input ip saddr 5.9.112.244 tcp dport 9100 counter accept comment "clickhouse prometheus from monitoring.ooni.org"

0 comments on commit 47af40a

Please sign in to comment.