fix up openvpn port
This commit is contained in:
parent
f8cd6f75c4
commit
478f0caee2
@ -1,5 +1,5 @@
|
||||
|
||||
policy_module(corenetwork,1.1.5)
|
||||
policy_module(corenetwork,1.1.6)
|
||||
|
||||
########################################
|
||||
#
|
||||
@ -92,7 +92,7 @@ network_port(mysqld, tcp,3306,s0)
|
||||
network_port(nessus, tcp,1241,s0)
|
||||
network_port(nmbd, udp,137,s0, udp,138,s0, udp,139,s0)
|
||||
network_port(ntp, udp,123,s0)
|
||||
network_port(openvpn, udp,5000,s0)
|
||||
network_port(openvpn, udp,1194,s0)
|
||||
network_port(pegasus_http, tcp,5988,s0)
|
||||
network_port(pegasus_https, tcp,5989,s0)
|
||||
network_port(pop, tcp,106,s0, tcp,109,s0, tcp,110,s0, tcp,143,s0, tcp,220,s0, tcp,993,s0, tcp,995,s0, tcp,1109,s0)
|
||||
|
Loading…
Reference in New Issue
Block a user