servo: doof tunnel: enable IPv6 and forward-DNS records

This commit is contained in:
Colin 2024-05-20 05:47:04 +00:00
parent f7cc3fc5d9
commit c21ddca1fd

View File

@ -39,6 +39,8 @@ in
# '';
# tun-sea config
sane.dns.zones."uninsane.org".inet.A."doof.tunnel" = "205.201.63.12";
sane.dns.zones."uninsane.org".inet.AAAA."doof.tunnel" = "2602:fce8:106::51";
networking.wireguard.interfaces.wg-doof = let
ip = "${pkgs.iproute2}/bin/ip";
in {
@ -49,7 +51,7 @@ in
interfaceNamespace = "doof";
ips = [
"205.201.63.12/32"
"2602:fce8:106::/64"
"2602:fce8:106::51/128"
];
peers = [
{