aboutsummaryrefslogtreecommitdiff
path: root/straper/db/public/wireguard/etc-wireguard
diff options
context:
space:
mode:
authorLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-20 19:16:32 +0100
committerLukasz Kasprzak <lukasz.kasprzak@pm.me>2026-03-20 19:16:32 +0100
commit39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2 (patch)
tree9221704f413398cfb5d5759083b1e7032566820e /straper/db/public/wireguard/etc-wireguard
parent6b59b75c3a294060dea66bdee16ffaf95ae92889 (diff)
downloadbin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.tar.gz
bin-39711cf6c2ec5a3b4480dcb4800cc3802bda5bf2.zip
feat: first fully successful run e2e on straper
Diffstat (limited to 'straper/db/public/wireguard/etc-wireguard')
-rw-r--r--straper/db/public/wireguard/etc-wireguard/client1.conf11
-rw-r--r--straper/db/public/wireguard/etc-wireguard/client2.conf10
-rw-r--r--straper/db/public/wireguard/etc-wireguard/laptop.conf10
-rw-r--r--straper/db/public/wireguard/etc-wireguard/wg0.conf18
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
+