mirror of
https://github.com/fosrl/olm.git
synced 2026-02-23 13:26:46 +00:00
Userspace connection + proxy working
This commit is contained in:
6
test/wg_server.sh
Normal file
6
test/wg_server.sh
Normal file
@@ -0,0 +1,6 @@
|
||||
ip link add dev wg0 type wireguard
|
||||
ip addr add 192.168.4.1/24 dev wg0
|
||||
ip link set up dev wg0
|
||||
wg set wg0 private-key ./key
|
||||
wg set wg0 listen-port 51820
|
||||
wg set wg0 peer 3QfirSdDVihYCAz66t6DTAtFtsh+9WVVu7ItlL750hI= allowed-ips 192.168.4.28
|
||||
Reference in New Issue
Block a user