diff options
Diffstat (limited to 'straper/db/public/wireguard/etc-wireguard')
4 files changed, 49 insertions, 0 deletions
diff --git a/straper/db/public/wireguard/etc-wireguard/client1.conf b/straper/db/public/wireguard/etc-wireguard/client1.conf new file mode 100644 index 0000000..02b86b4 --- /dev/null +++ b/straper/db/public/wireguard/etc-wireguard/client1.conf @@ -0,0 +1,11 @@ +[Interface] +PrivateKey = <REDACTED> +Address = 10.50.0.2/24 +DNS = 9.9.9.9 + +[Peer] +PublicKey = 5XQ7zYqOsQuDfDPxDn4d5l4xNQfpMNnX2DWeS9iM5DA= +Endpoint = vpn.labunix.xyz:9443 +AllowedIPs = 0.0.0.0/0, ::/0 +PersistentKeepalive = 25 + diff --git a/straper/db/public/wireguard/etc-wireguard/client2.conf b/straper/db/public/wireguard/etc-wireguard/client2.conf new file mode 100644 index 0000000..4ab0a54 --- /dev/null +++ b/straper/db/public/wireguard/etc-wireguard/client2.conf @@ -0,0 +1,10 @@ +[Interface] +PrivateKey = <REDACTED> +Address = 10.50.0.2/24 +DNS = 9.9.9.9 + +[Peer] +PublicKey = 5XQ7zYqOsQuDfDPxDn4d5l4xNQfpMNnX2DWeS9iM5DA= +Endpoint = 185.239.41.169:9443 +AllowedIPs = 0.0.0.0/0, ::/0 +PersistentKeepalive = 25 diff --git a/straper/db/public/wireguard/etc-wireguard/laptop.conf b/straper/db/public/wireguard/etc-wireguard/laptop.conf new file mode 100644 index 0000000..ac99f6c --- /dev/null +++ b/straper/db/public/wireguard/etc-wireguard/laptop.conf @@ -0,0 +1,10 @@ +[Interface] +PrivateKey = <REDACTED> +Address = 10.50.0.3/24 +DNS = 9.9.9.9 + +[Peer] +PublicKey = 5XQ7zYqOsQuDfDPxDn4d5l4xNQfpMNnX2DWeS9iM5DA= +Endpoint = 185.239.41.169:9443 +AllowedIPs = 0.0.0.0/0, ::/0 +PersistentKeepalive = 25 diff --git a/straper/db/public/wireguard/etc-wireguard/wg0.conf b/straper/db/public/wireguard/etc-wireguard/wg0.conf new file mode 100644 index 0000000..c53f7e5 --- /dev/null +++ b/straper/db/public/wireguard/etc-wireguard/wg0.conf @@ -0,0 +1,18 @@ +[Interface] +Address = 10.50.0.1/24 +ListenPort = 52220 +PrivateKey = <REDACTED> +MTU = 1280 + +[Peer] # pixel +PublicKey = 3EY/TzajRidy65+kmGRYQ+/+63vhfFicUrpWbywobms= +AllowedIPs = 10.50.0.2/32 + +[Peer] # debian host +PublicKey = Dq8XOr5UvISRWNcETEOdkoGzf2dpMKZGNI0v7n+j6XE= +AllowedIPs = 10.50.0.3/32 + +[Peer] # adam +PublicKey = 5XQ7zYqOsQuDfDPxDn4d5l4xNQfpMNnX2DWeS9iM5DA= +AllowedIPs = 10.50.0.4/32 + |
