Closed sfionov closed 1 month ago
Docker does not allow ip rule to be configured even with --cap-add=NET_ADMIN --device /dev/net/tun.
ip rule
--cap-add=NET_ADMIN --device /dev/net/tun
In auto mode, adguardvpn-cli should automatically detect capabilities, and use main routing table when ip rule is not available.
adguardvpn-cli
main
As a workaround, there will be SCRIPT routing mode in 1.1 nightlies, where ip rule is not used.
SCRIPT
Docker does not allow
ip rule
to be configured even with--cap-add=NET_ADMIN --device /dev/net/tun
.In auto mode,
adguardvpn-cli
should automatically detect capabilities, and usemain
routing table whenip rule
is not available.As a workaround, there will be
SCRIPT
routing mode in 1.1 nightlies, whereip rule
is not used.