servo: switch ns2.uninsane.org from ovpns -> doof

This commit is contained in:
Colin 2024-06-17 22:19:36 +00:00
parent dbf719b59b
commit 72b8211029

View File

@ -46,7 +46,7 @@ in
# it's best that we keep this identical, or a superset of, what org. lists as our NS.
# so, org. can specify ns2/ns3 as being to the VPN, with no mention of ns1. we provide ns1 here.
A."ns1" = "%ANATIVE%";
A."ns2" = "%AOVPNS%";
A."ns2" = "%ADOOF%";
A."ns3" = "%AOVPNS%";
A."ovpns" = "%AOVPNS%";
NS."@" = [
@ -90,6 +90,7 @@ in
"%AWAN%" = "$(cat '${dyn-dns.ipPath}')";
"%CNAMENATIVE%" = "servo.${flavor}";
"%ANATIVE%" = nativeAddrs."servo.${flavor}";
"%ADOOF%" = config.sane.netns.doof.netnsPubIpv4;
"%AOVPNS%" = config.sane.netns.ovpns.netnsPubIpv4;
};
in