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 = {
|
doof = {
|
||||||
substitutions = mkSubstitutions "doof";
|
substitutions = mkSubstitutions "doof";
|
||||||
listenAddrsIpv4 = [ config.sane.netns.doof.hostVethIpv4 ];
|
listenAddrsIpv4 = [
|
||||||
|
config.sane.netns.doof.hostVethIpv4
|
||||||
|
config.sane.netns.ovpns.hostVethIpv4
|
||||||
|
];
|
||||||
};
|
};
|
||||||
hn = {
|
hn = {
|
||||||
substitutions = mkSubstitutions "hn";
|
substitutions = mkSubstitutions "hn";
|
||||||
@@ -115,7 +118,6 @@ in
|
|||||||
substitutions = mkSubstitutions "wan";
|
substitutions = mkSubstitutions "wan";
|
||||||
listenAddrsIpv4 = [
|
listenAddrsIpv4 = [
|
||||||
nativeAddrs."servo.lan"
|
nativeAddrs."servo.lan"
|
||||||
config.sane.netns.ovpns.hostVethIpv4
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
# hn-resolver = {
|
# hn-resolver = {
|
||||||
|
Reference in New Issue
Block a user