Skip to content

Commit

Permalink
Fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
hellais committed Jan 8, 2025
1 parent 47af40a commit a19e5bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ansible/host_vars/ams-slack-1.ooni.org
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ nft_rules_tcp:
- 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"
- name: 9100
rules:
- 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 a19e5bd

Please sign in to comment.