8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
table inet lisglosips_s06 {
|
|
chain input {
|
|
type filter hook input priority filter; policy accept;
|
|
|
|
tcp dport 9100 ip saddr != 100.90.90.91 drop
|
|
}
|
|
}
|