Skip to content

https-dns-proxy: break firewall #29282

@artemklevtsov

Description

@artemklevtsov

Package Name

https-dns-proxy

Maintainer

Stan Grishin stangri@melmac.ca

OpenWrt Version

25.12.2

OpenWrt Target/Subtarget

mediatek/filogic

Steps to Reproduce

apk add https-dns-proxy
fw4 reload

Actual Behaviour

# fw4 reload
Automatically including '/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft'
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:1:34-34: Error: syntax error, unexpected '{', expecting string or last
chain raw_output_https_dns_proxy {
                                 ^
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:2:1-4: Error: syntax error, unexpected type
type filter hook output priority raw; policy accept;
^^^^
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:2:39-44: Error: syntax error, unexpected policy
type filter hook output priority raw; policy accept;
                                      ^^^^^^
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:3:1-4: Error: syntax error, unexpected meta
meta l4proto { tcp, udp } th dport { 5053, 5054 } ip daddr 127.0.0.0/8 notrack
^^^^
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:4:1-4: Error: syntax error, unexpected meta
meta l4proto { tcp, udp } th sport { 5053, 5054 } ip saddr 127.0.0.0/8 notrack
^^^^
In file included from /dev/stdin:202:1-76:
/usr/share/nftables.d/ruleset-post/20-https-dns-proxy-notrack.nft:5:1-1: Error: syntax error, unexpected '}'
}
^

Confirmation Checklist

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions