You've already forked custom-firewall
16 lines
456 B
YAML
16 lines
456 B
YAML
---
|
|
whitelist_ip4: []
|
|
whitelist_ip6: []
|
|
whitelist_interface: "eth0"
|
|
whitelist_ip4_name: "whitelist"
|
|
whitelist_ip6_name: "whitelist6"
|
|
whitelist_public_tcp_port:
|
|
- 80
|
|
- 443
|
|
whitelist_public_udp_port:
|
|
- 443
|
|
whitelist_ipset_config_file: "/etc/network/ipset.list"
|
|
whitelist_ssh_port: 22
|
|
whitelist_custom_firewall_restore_path: "/usr/local/sbin/custom.firewall-restore"
|
|
whitelist_custom_firewall_service_path: "/etc/systemd/system/custom-firewall.service"
|