mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 16:40:33 -04:00
add ipv6 to wireguard
This commit is contained in:
@@ -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" ];
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user