search for: g4dns

Displaying 2 results from an estimated 2 matches for "g4dns".

2019 Oct 10
13
[Bug 1371] New: Concatenations Literal sets
https://bugzilla.netfilter.org/show_bug.cgi?id=1371 Bug ID: 1371 Summary: Concatenations Literal sets Product: nftables Version: unspecified Hardware: x86_64 OS: other Status: NEW Severity: normal Priority: P5 Component: nft Assignee: pablo at netfilter.org Reporter:
2019 Oct 07
4
[Bug 1368] New: The "meta's"
...2001:4860:4860::8888, 2001:4860:4860::8844 } define o4dns = { 208.67.222.222, 208.67.220.220 } define o6dns = { 2620:119:35::35, 2620:119:53::53 } define myIPv4 = <filtered> define myIPv6 = <filtered> flush ruleset table inet filter { set dns4 { type ipv4_addr; elements = { $g4dns, $o4dns } } set dns6 { type ipv6_addr; elements = { $g6dns, $o6dns } } set smb { type inet_service; elements = { 137, 138, 139, 445 } } chain global { ct direction original counter accept ct state { established, related } counter accept ct status c...