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

gluon-core: don't use DNS from cellular


Don't use the DNS server received from the cellular provider. The
provider DNS server shall only be used for the WAN dnsmasq resolver
instance.

Signed-off-by: default avatarDavid Bauer <mail@david-bauer.net>
parent fc7a4a0b
No related branches found
No related tags found
No related merge requests found
......@@ -27,6 +27,7 @@ local function setup_ncm_qmi(devpath, control_type, delay)
device = devpath,
disabled = not uci:get_bool('gluon', 'cellular', 'enabled'),
pdptype = pdptype,
peerdns = false,
apn = uci:get('gluon', 'cellular', 'apn'),
})
......
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