forked from bitlair/ansible
Make trusted_ports list
This commit is contained in:
parent
631e09ff74
commit
35a63d7aaa
4 changed files with 11 additions and 5 deletions
|
@ -3,6 +3,6 @@
|
|||
nft_group_rules:
|
||||
- { version: "ip6", from: [ '2001:470:7f95::/48' ], port: "1883" }
|
||||
|
||||
group_nft_input:
|
||||
- ip saddr @trusted4 tcp dport { 1883 } accept
|
||||
- ip6 saddr @trusted6 tcp dport { 1883 } accept
|
||||
trusted_ports:
|
||||
- ssh
|
||||
- 1883
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue