servo: doof tunnel: enable IPv6 and forward-DNS records
This commit is contained in:
@@ -39,6 +39,8 @@ in
|
|||||||
# '';
|
# '';
|
||||||
|
|
||||||
# tun-sea config
|
# 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
|
networking.wireguard.interfaces.wg-doof = let
|
||||||
ip = "${pkgs.iproute2}/bin/ip";
|
ip = "${pkgs.iproute2}/bin/ip";
|
||||||
in {
|
in {
|
||||||
@@ -49,7 +51,7 @@ in
|
|||||||
interfaceNamespace = "doof";
|
interfaceNamespace = "doof";
|
||||||
ips = [
|
ips = [
|
||||||
"205.201.63.12/32"
|
"205.201.63.12/32"
|
||||||
"2602:fce8:106::/64"
|
"2602:fce8:106::51/128"
|
||||||
];
|
];
|
||||||
peers = [
|
peers = [
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user