10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
table inet lisglosips_s20_observability {
|
|
chain input {
|
|
type filter hook input priority -13; policy accept;
|
|
iif "lo" accept
|
|
ct state established,related accept
|
|
udp dport 9061 drop
|
|
tcp dport 6380 drop
|
|
}
|
|
}
|