17 lines
265 B
YAML
17 lines
265 B
YAML
firewall:
|
|
defaults:
|
|
all:
|
|
statement: accept
|
|
matches: ~
|
|
input: {}
|
|
forward: {}
|
|
output: {}
|
|
chains:
|
|
input:
|
|
allow_ssh: tcp dport ssh
|
|
output: {}
|
|
forward: {}
|
|
policies:
|
|
input: drop
|
|
output: accept
|
|
forward: drop
|