Files
lisglosips/infra/server-a/s06/nftables/node-exporter.nft
T

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
}
}