fixed syntax
This commit is contained in:
parent
d049baf8a4
commit
ac0d33128c
@ -16,12 +16,12 @@ table ip filter {
|
||||
|
||||
set allowed_udp_ports_in {
|
||||
type inet_service; flags constant;
|
||||
elements = { $DNS_PORT, $DHCP_IN_PORT, $OPENVPN_PORT, $FACTORIO_PORT, $OPENTTD_PORT, $CSTRIKE_PORT, $SNMP_POLL_PORT, $SNMP_TRAP_PORT }
|
||||
elements = { $DNS_PORT, $DHCP_IN_PORT, $OPENVPN_PORT, $FACTORIO_PORT, $OPENTTD_PORT, $CSTRIKE_PORT, $SNMP_POLL_PORT, $SNMP_TRAP_PORT };
|
||||
}
|
||||
|
||||
set allowed_udp_ports_out {
|
||||
type inet_service; flags constant;
|
||||
elements = { $DNS_PORT, $DHCP_OUT_PORT, $SNMP_POLL_PORT }
|
||||
elements = { $DNS_PORT, $DHCP_OUT_PORT, $SNMP_POLL_PORT };
|
||||
}
|
||||
|
||||
set ipv4_geo_blacklist {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user