Initial LisgloSIPS V2 implementation

This commit is contained in:
hectorzhao
2026-06-22 10:56:38 +08:00
commit 5fa1bd35e9
303 changed files with 35644 additions and 0 deletions
@@ -0,0 +1,9 @@
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
}
}