12 lines
225 B
YAML
12 lines
225 B
YAML
|
sunet::nftables::allow::rules:
|
||
|
allow_access_to_cisoassistant:
|
||
|
from: 'any'
|
||
|
port: 8443
|
||
|
to: 'any'
|
||
|
proto: 'tcp'
|
||
|
allow_access_to_cisoassistant_api:
|
||
|
from: 'any'
|
||
|
port: 9443
|
||
|
to: 'any'
|
||
|
proto: 'tcp'
|