Update warp.conf.example
This commit is contained in:
+7
-10
@@ -1,12 +1,10 @@
|
||||
[Interface]
|
||||
PrivateKey = {somethinghere}
|
||||
Address = 172.16.0.2
|
||||
DNS = 8.8.8.8, 8.8.4.4
|
||||
PrivateKey = {privkey}
|
||||
Address = 172.16.0.2, 2606:4700:110:890e:48c0:b073:6ebe:d347
|
||||
DNS = 1.1.1.1, 1.0.0.1, 2606:4700:4700::1111, 2606:4700:4700::1001
|
||||
MTU = 1280
|
||||
S1 = 0
|
||||
S2 = 0
|
||||
S3 = 0
|
||||
S4 = 0
|
||||
Jc = 4
|
||||
Jmin = 40
|
||||
Jmax = 70
|
||||
@@ -14,11 +12,10 @@ H1 = 1
|
||||
H2 = 2
|
||||
H3 = 3
|
||||
H4 = 4
|
||||
I1 = {somethinghere}
|
||||
I2 = {somethinghere}
|
||||
I1 = {string}
|
||||
|
||||
[Peer]
|
||||
PublicKey = {somethinghere}
|
||||
AllowedIPs = 0.0.0.0/0
|
||||
Endpoint = engage.cloudflareclient.com:880
|
||||
PublicKey = {pubkey}
|
||||
AllowedIPs = 0.0.0.0/0, ::/0
|
||||
Endpoint = engage.cloudflareclient.com:2408
|
||||
PersistentKeepalive = 25
|
||||
|
||||
Reference in New Issue
Block a user