about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-04-05 18:57:51 -0700
committerFranck Cuny <franck@fcuny.net>2023-04-05 18:57:51 -0700
commitde3d719d10005c7191faaad03977d5493c785e41 (patch)
treea0fa1d15468e763b2b4e0c7ca065b2ac1c14e30d
parenthosts/carmel: add wireguard key (diff)
downloadworld-de3d719d10005c7191faaad03977d5493c785e41.tar.gz
wireguard: fix configuration of a few hosts
Diffstat (limited to '')
-rw-r--r--configs/wireguard.toml9
1 files changed, 2 insertions, 7 deletions
diff --git a/configs/wireguard.toml b/configs/wireguard.toml
index f9dee16..f1ed81e 100644
--- a/configs/wireguard.toml
+++ b/configs/wireguard.toml
@@ -5,17 +5,12 @@ subnet4 = "192.168.6"
 ipv4 = 110
 key = "DP3caAlh07OOU61u2L2QfEhakt/mVEGrMBVONNvpNhU="
 
-[peers.nas]
-ipv4 = 10
-key = "SFlgoY+fQDUnI2D6Xp3JhqFKWsZABqahCv8IgKPWizA="
-externalIp = "192.168.0.10"
-
 [peers.carmel]
 ipv4= 1
 key = "ifqsPWcc8nxwgpxRHmP6OUtvVYNQJj/CW8QIuxWqXGU="
 externalIp = "192.168.0.1"
 
 [peers.tahoe]
-ipv4 = 20
+ipv4 = 40
 key = "vx1TFObOe+GjwnSLDwOY1BVYGB7UayOOIHNQRZ2jtx4="
-externalIp = "192.168.0.107"
+externalIp = "192.168.0.40"