mirror of
https://github.com/pirate/wireguard-docs.git
synced 2025-10-03 22:36:17 +00:00
move examples to folders
This commit is contained in:
1
example-internet-browsing-vpn/phone/phone.key
Normal file
1
example-internet-browsing-vpn/phone/phone.key
Normal file
@@ -0,0 +1 @@
|
||||
WH98AvjKKZ584ZLb69G912bNry2wOda9+kfzm+qbnUw=
|
1
example-internet-browsing-vpn/phone/phone.key.pub
Normal file
1
example-internet-browsing-vpn/phone/phone.key.pub
Normal file
@@ -0,0 +1 @@
|
||||
VpjKa2MQKXuvttXRwJIe0LLYrtFYGQRTtmt8okUGm3A=
|
4
example-internet-browsing-vpn/phone/setup.sh
Normal file
4
example-internet-browsing-vpn/phone/setup.sh
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
# install wireguard on iOS/Android
|
||||
echo "Use the iOS App Store / Google Play Store to install WireGuard on your mobile device"
|
3
example-internet-browsing-vpn/phone/start.sh
Normal file
3
example-internet-browsing-vpn/phone/start.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Use the iOS/Android app to load the wg0.conf file and start Wireguard"
|
3
example-internet-browsing-vpn/phone/stop.sh
Normal file
3
example-internet-browsing-vpn/phone/stop.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
|
||||
echo "Use the iOS/Android app to load the wg0.conf file and stop Wireguard"
|
13
example-internet-browsing-vpn/phone/wg0.conf
Normal file
13
example-internet-browsing-vpn/phone/wg0.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
[Interface]
|
||||
# Name = phone.example-vpn.dev
|
||||
Address = 10.0.0.5/32
|
||||
PrivateKey = WH98AvjKKZ584ZLb69G912bNry2wOda9+kfzm+qbnUw=
|
||||
DNS = 1.1.1.1
|
||||
|
||||
[Peer]
|
||||
# Name = public-server1.example-vpn.tld
|
||||
Endpoint = public-server1.example-vpn.tld:51820
|
||||
PublicKey = q/+jwmL5tNuYSB3z+t9Caj00Pc1YQ8zf+uNPu/UE1wE=
|
||||
# routes traffic to itself and entire subnet of peers as bounce server
|
||||
AllowedIPs = 10.0.0.1/24
|
||||
PersistentKeepalive = 25
|
Reference in New Issue
Block a user