Displaying 1 result from an estimated 1 matches for "global_dn".
Did you mean:
global_dns
2019 Oct 07
4
[Bug 1368] New: The "meta's"
...inet_service;
elements = { 137, 138, 139, 445 }
}
chain global {
ct direction original counter accept
ct state { established, related } counter accept
ct status confirmed counter accept
ct state { invalid, untracked } counter jump global_drop
counter drop
chain global_dns {
ct direction original counter accept
ct state { established, related } counter accept
ct status { expected, assured, confirmed } counter accept
ct state { invalid, untracked } counter jump global_drop
counter drop
chain input {
type filter hook input priority 0; policy drop;...