Create wg.conf
Browse files
wg.conf
ADDED
@@ -0,0 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
[Interface]
|
2 |
+
PrivateKey = 8zZMkDKPp/CEv5180fN7CkcbdQ74oFo+ZT2QDwmkgx0=
|
3 |
+
Address = 172.16.0.2/32
|
4 |
+
Address = 2606:4700:110:8e43:b613:95e8:3af9:26cc/128
|
5 |
+
DNS = 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001
|
6 |
+
MTU = 1280
|
7 |
+
|
8 |
+
[Peer]
|
9 |
+
PublicKey = bmXOC+F1FxEMF9dyiK2H5/1SUtzH0JuVo51h2wPfgyo=
|
10 |
+
AllowedIPs = 0.0.0.0/0
|
11 |
+
AllowedIPs = ::/0
|
12 |
+
Endpoint = engage.cloudflareclient.com:2408
|
13 |
+
|
14 |
+
[Socks5]
|
15 |
+
BindAddress = 127.0.0.1:1080
|