mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 09:18:55 +07:00
fix: ip rule is not added when only binding to wan (#399)
This commit is contained in:
@ -202,6 +202,9 @@ routing {
|
||||
# WAN.
|
||||
pname(NetworkManager) -> direct
|
||||
|
||||
# Bypass DNS stubs. We want to bypass their DNS requests, thus use 'must'.
|
||||
pname(systemd-resolved, dnsmasq) -> must_direct
|
||||
|
||||
# Put it in the front to prevent broadcast, multicast and other packets that should be sent to the LAN from being
|
||||
# forwarded by the proxy.
|
||||
# "dip" means destination IP.
|
||||
|
Reference in New Issue
Block a user