daeuniverse / dae

eBPF-based Linux high-performance transparent proxy solution.
GNU Affero General Public License v3.0
3.05k stars 191 forks source link

[Support Request] 开启dae后,AdGuard Home拦截不显示客户端 #667

Open Rem1x-2019 opened 5 hours ago

Rem1x-2019 commented 5 hours ago

Checks

Support Request

希望开启dae后能正确显示AdGuard Home每个客户端的请求

Current Behavior

adg端口为533 Dnsmasq端口为53 dae的国内dns设置为:127.0.0.1:53 不开启dae,端口转发正常,AdGuard Home可以正常显示每个客户端的请求, 开启dae后,只有一个127.0.0.1内部地址请求

Expected Behavior

No response

Steps to Reproduce

global { lan_interface: br-lan wan_interface: auto dial_mode: domain log_level: info allow_insecure: false auto_config_kernel_parameter: true tcp_check_http_method: GET check_tolerance: 50ms disable_waiting_network: true } subscription {}

node { HK: '' KR-arm: '' }

dns {

    upstream {
            googledns: 'tcp://8.8.8.8:53'
            alidns: 'udp://127.0.0.1:533'
    }
    routing {
      request {  
    qname(geosite:category-ads-all) -> reject
    qname(geosite:cn) -> alidns
    fallback: googledns
      }
    }

}

group { proxy { filter: name(HK) policy: fixed(0) }

video {

    filter: name(KR-arm)
    policy: fixed(0)
}

}

routing { pname(NetworkManager, systemd-resolved, dnsmasq) -> must_direct dip(geoip:private) -> direct domain(geosite:category-ads-all)->block domain(geosite:cn)->direct domain(geosite:category-games@cn) -> direct domain(geosite:win-update) -> direct dip(geoip:cn)->direct domain(geosite:youtube, geosite:twitch, geosite:telegram) -> video fallback: proxy

Environment

Anything else?

No response

dae-prow[bot] commented 5 hours ago

Thanks for opening this issue!