citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

commit 6bf7be3dadd7c0b5c9a6e72dc3edb7fd38d43139
parent 57af1c68d418fdf4a0755db5395efa3d8daa4077
Author: William Casarin <jb55@jb55.com>
Date:   Wed,  5 May 2021 14:03:03 -0700

charon: update wg endpoint port

Diffstat:
Mnix-config/machines/charon/networking/default.nix | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nix-config/machines/charon/networking/default.nix b/nix-config/machines/charon/networking/default.nix @@ -42,7 +42,7 @@ in # For a client configuration, one peer entry for the server will suffice. { publicKey = "TbGgpOqD6teLon0ksZKS8zvvjHtkOGKNWPpHZxhVFWA="; allowedIPs = [ "10.100.0.1/32" ]; - endpoint = "24.84.152.187:53"; + endpoint = "24.84.152.187:51820"; } { publicKey = "wcoun9+1GX4awQF2Yd0WbsQ6RKHE9SsOsYv3qR7mbB0="; # quiver allowedIPs = [ "10.100.0.2/32" ];