servo: trust-dns: have the ovpns DNS provider return doof-based addresses instead of WAN-based addresses

This commit is contained in:
Colin 2024-06-17 23:14:21 +00:00
parent 3ada668366
commit 9b794777b5

View File

@ -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 = {