-
Notifications
You must be signed in to change notification settings - Fork 0
Importing ProtonVPN via Custom Mode
BrodjagaRatnik edited this page Jul 11, 2026
·
3 revisions
ProtonVPN works beautifully with this addon via the Custom import feature. Here is how to configure it:
- How to download WireGuard configuration files
- Log into your ProtonVPN Dashboard in your web browser.
- Go to Downloads -> WireGuard configuration.
- Select your desired country, download the
.conffile, and rename it to something likeproton_netherlands.config. - Open the file in a text editor and ensure it matches the layout below, adding the
0.0.0.0/1, 128.0.0.0/1optimization fix to prevent system locks:
[provider_wireguard]
Type = WireGuard
Name = Custom_Proton_NL
Host = 185.159.157.43
WireGuard.Address = 10.2.0.2/32
WireGuard.ListenPort = 51820
WireGuard.MTU = 1420
WireGuard.PrivateKey = YOUR_PROTON_PRIVATE_KEY_===================
WireGuard.PublicKey = YOUR_PROTON_SERVER_PUBLIC_KEY_==============
WireGuard.DNS = 10.2.0.1
WireGuard.AllowedIPs = 0.0.0.0/1, 128.0.0.0/1
WireGuard.EndpointPort = 51820
WireGuard.PersistentKeepalive = 25
- Import this file using the Custom Import button in the addon settings, hit OK, and your ProtonVPN server is ready to run at full speed!
Created by Doemela