File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -46,6 +46,10 @@ Images are published at [ghcr.io/tprasadtp/protonwire][ghcr].
46
46
47
47
# # Generating WireGuard Private Key
48
48
49
+ > [! IMPORTANT]
50
+ >
51
+ > It is recommended to use unique private key for each instance of the the VPN container.
52
+
49
53
- Log in to ProtonVPN and go to ** Downloads** → ** WireGuard configuration** .
50
54
- Enter a name for the key, and select features to enable like NetShield and VPN Accelerator & click create.
51
55
Some users have reported issues (# 236,#211) when NetShield is set to `Block malware, ads and trackers`.
@@ -97,7 +101,8 @@ in following locations.
97
101
# # PROTONVPN_SERVER
98
102
99
103
This should be server DNS name like, ` node-nl-01.protonvpn.net` or IP address like
100
- ` 91.229.23.180` . Though server name like ` NL#1` (or ` NL-1` ) is supported it is not recommended.
104
+ ` 91.229.23.180` . Server name like ` NL#1` (or ` NL-1` ) may work for pro servers, it is
105
+ _not recommended_.
101
106
102
107
> [! IMPORTANT]
103
108
>
Original file line number Diff line number Diff line change @@ -94,6 +94,16 @@ protonwire server-info {SERVER_NAME_OR_IP}
94
94
[•] 89.39.107.188 : MTNPR632U9GOxI+B8dMP+KgMJVEO2xQPrem2SuDfTkM= (Public Key)
95
95
```
96
96
97
+ ## Server verification fails due to incorrect exit IP
98
+
99
+ ``` log
100
+ [ERROR ] Expected to be connected to server xx.xx.244.154, but is connected to NL-FREE#338117(node-nl-153.protonvpn.net)
101
+ [ERROR ] Retry (5/5) after 2 seconds
102
+ [ERROR ] Failed to verify connection!
103
+ ```
104
+
105
+ Please verify that you are using DNS name or IP address for the server. See FAQ above for more info.
106
+
97
107
## tmpfs or ` /tmp ` issues with containers
98
108
99
109
Please use ` tmpfs ` mounts for ` /tmp `
You can’t perform that action at this time.
0 commit comments