chore: update main.yml

This commit is contained in:
2024-02-26 08:43:59 +00:00
parent aaefba17fd
commit 53e1819fa9

View File

@@ -4,9 +4,11 @@ whitelist_ip6: []
whitelist_interface: "eth0" whitelist_interface: "eth0"
whitelist_ip4_name: "whitelist" whitelist_ip4_name: "whitelist"
whitelist_ip6_name: "whitelist6" whitelist_ip6_name: "whitelist6"
whitelist_public_port: whitelist_public_tcp_port:
- 80 - 80
- 443 - 443
whitelist_public_udp_port:
- 443
whitelist_ipset_config_file: "/etc/network/ipset.list" whitelist_ipset_config_file: "/etc/network/ipset.list"
whitelist_ssh_port: 22 whitelist_ssh_port: 22
whitelist_custom_firewall_restore_path: "/usr/local/sbin/custom.firewall-restore" whitelist_custom_firewall_restore_path: "/usr/local/sbin/custom.firewall-restore"