Skip to content
Snippets Groups Projects
Commit d3682b53 authored by David Bauer's avatar David Bauer
Browse files

gluon-wan-dnsmasq: use cellular DNS servers


Use DNS servers received from the cellular provider for the WAN dnsmasq
instance.

This fixes resolving VPN endpoint DNS requests when using only cellular
uplink.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent 823c09b3
No related branches found
No related tags found
No related merge requests found
if [ "$INTERFACE" = 'wan' -o "$INTERFACE" = 'wan6' ]; then if [ "$INTERFACE" = 'wan' -o "$INTERFACE" = 'wan6' -o "$INTERFACE" = 'cellular_4' -o "$INTERFACE" = 'cellular_6' ]; then
/lib/gluon/wan-dnsmasq/update.lua /lib/gluon/wan-dnsmasq/update.lua
fi fi
wan6 wan6
wan wan
cellular_4
cellular_6
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment