ИЯ
Size: a a a
ИЯ
AO
AO
For some of the socket options the value can also be set symbolically.
Currently this is possible for the following options, with the listed
values:
ip_portrange
ip_portrange_default, ip_portrange_low, ip_portrange_high
K
A
AO
K
AO
A
K
VG
For some of the socket options the value can also be set symbolically.
Currently this is possible for the following options, with the listed
values:
ip_portrange
ip_portrange_default, ip_portrange_low, ip_portrange_high
PR
AO
PR
AO
PR
AO
# Allow clients' voice traffic
socks pass {
from: 0.0.0.0/0 to: 0.0.0.0/0
command: udpreply
log: connect disconnect error
socksmethod: username
}
-A INPUT -p udp -m multiport --dports 1024:65535 -j ACCEPT
PR
VG