11 lines
274 B
Plaintext
11 lines
274 B
Plaintext
table inet lisglosips_s18_opensips {
|
|
chain input {
|
|
type filter hook input priority -15; policy accept;
|
|
iif "lo" accept
|
|
ct state established,related accept
|
|
ip saddr 100.93.185.30 udp dport 15060 accept
|
|
udp dport 15060 drop
|
|
tcp dport 8888 drop
|
|
}
|
|
}
|