add ipv6 to wireguard

This commit is contained in:
Gabriel Fontes
2021-12-26 16:21:09 -03:00
parent bd88caaf9d
commit 0e37d18a9d
+2 -2
View File
@@ -29,12 +29,12 @@ in {
# Calaeno (phone)
{
publicKey = "OpU45rd0BrLPWHrtPtN8U5s4b3RU10B4TiHAN0p842g=";
allowedIPs = [ "10.100.0.2/32" "224.0.0.251/32" ];
allowedIPs = [ "10.100.0.2/32" "224.0.0.251/32" "ff02::fb/128" ];
}
# Pleione (laptop)
{
publicKey = "zAkZz0taqMnOpoOUgdBnWcRjaRvRVkv874oiYE4ZxV0=";
allowedIPs = [ "10.100.0.3/32" "224.0.0.251/32" ];
allowedIPs = [ "10.100.0.3/32" "224.0.0.251/32" "ff02::fb/128" ];
}
];
};