servo: trust-dns: have the ovpns DNS provider return doof-based addresses instead of WAN-based addresses
This commit is contained in:
@@ -98,7 +98,10 @@ in
|
||||
{
|
||||
doof = {
|
||||
substitutions = mkSubstitutions "doof";
|
||||
listenAddrsIpv4 = [ config.sane.netns.doof.hostVethIpv4 ];
|
||||
listenAddrsIpv4 = [
|
||||
config.sane.netns.doof.hostVethIpv4
|
||||
config.sane.netns.ovpns.hostVethIpv4
|
||||
];
|
||||
};
|
||||
hn = {
|
||||
substitutions = mkSubstitutions "hn";
|
||||
@@ -115,7 +118,6 @@ in
|
||||
substitutions = mkSubstitutions "wan";
|
||||
listenAddrsIpv4 = [
|
||||
nativeAddrs."servo.lan"
|
||||
config.sane.netns.ovpns.hostVethIpv4
|
||||
];
|
||||
};
|
||||
# hn-resolver = {
|
||||
|
Reference in New Issue
Block a user