Test using Jool for IPv4 -> 6 port forwarding

This commit is contained in:
Vili Sinervä 2024-12-21 17:57:15 +02:00
parent cbd88cadc5
commit 52c30a2f8b
No known key found for this signature in database
GPG key ID: DF8FEAF54EFAC996
2 changed files with 43 additions and 1 deletions

View file

@ -20,6 +20,10 @@
# presharedKeyFile = "/root/wireguard-keys/psk";
# allowedIPs = [ "10.0.0.2/32" ];
# }
{
publicKey = "9FOmHXs0CmDlW61noS7DqhgH5GfQHzg8ZMasyNQACSc=";
allowedIPs = [ "10.0.0.2/32" ];
}
];
};
};