diff options
author | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2023-12-09 09:15:23 -0800 |
commit | 543fcc38c9c48349d6988b1ace119f0cef2d6efa (patch) | |
tree | ae8174b09797fd19e365f60bf25a9d20b222c855 /configs | |
parent | install kind / configure the dock (diff) | |
download | world-543fcc38c9c48349d6988b1ace119f0cef2d6efa.tar.gz |
delete even more unused configurations
Diffstat (limited to 'configs')
-rw-r--r-- | configs/homelab.toml | 1 | ||||
-rw-r--r-- | configs/wireguard.toml | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/configs/homelab.toml b/configs/homelab.toml deleted file mode 100644 index 1438c74..0000000 --- a/configs/homelab.toml +++ /dev/null @@ -1 +0,0 @@ -domain = "fcuny.xyz" diff --git a/configs/wireguard.toml b/configs/wireguard.toml deleted file mode 100644 index 7a9fc6a..0000000 --- a/configs/wireguard.toml +++ /dev/null @@ -1,16 +0,0 @@ -mask4 = 32 -subnet4 = "192.168.6" - -[peers.aptos] -ipv4 = 110 -key = "DP3caAlh07OOU61u2L2QfEhakt/mVEGrMBVONNvpNhU=" - -[peers.carmel] -ipv4 = 1 -key = "ifqsPWcc8nxwgpxRHmP6OUtvVYNQJj/CW8QIuxWqXGU=" -externalIp = "192.168.0.1" - -[peers.tahoe] -ipv4 = 40 -key = "vx1TFObOe+GjwnSLDwOY1BVYGB7UayOOIHNQRZ2jtx4=" -externalIp = "192.168.0.40" |