r/protonvpn: Move remote_addrs file to /var
If `/` is mounted read-only, as is usually the case, the Proton VPN watchdog cannot update the `remote_addrs` configuration file. It needs to be stored in a directory that is guaranteed to be writable.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
connections {
|
||||
protonvpn {
|
||||
local_addrs = %any
|
||||
include protonvpn.remote_addrs
|
||||
include /var/lib/protonvpn/remote_addrs
|
||||
vips = 0.0.0.0,::
|
||||
keyingtries = 0
|
||||
dpd_delay = 10s
|
||||
|
||||
Reference in New Issue
Block a user