[idu] dnsmasq: Add neptune as upstream DNS resolver
parent
441293a2cd
commit
8c70168d40
|
@ -15,7 +15,7 @@ SRC_URI = "http://www.thekelleys.org.uk/dnsmasq/${@['archive/', ''][float(d.getV
|
|||
|
||||
inherit pkgconfig update-rc.d systemd
|
||||
|
||||
PR = "r2"
|
||||
PR = "r3"
|
||||
|
||||
INITSCRIPT_NAME = "dnsmasq"
|
||||
INITSCRIPT_PARAMS = "defaults"
|
||||
|
|
|
@ -57,6 +57,10 @@ no-resolv
|
|||
# non-public domains.
|
||||
#server=/localnet/192.168.0.1
|
||||
|
||||
# Add neptune as upstream DNS resolver. This will be DNATed by our
|
||||
# firewall script the corresponding internal address depending on the outgoing interface
|
||||
server=5.9.81.48
|
||||
|
||||
# Add local-only domains here, queries in these domains are answered
|
||||
# from /etc/hosts or DHCP only.
|
||||
#local=/localnet/
|
||||
|
|
Loading…
Reference in New Issue