slskd port forwarding with ProtonVPN #1966
Replies: 2 comments
-
|
Found this thread while looking for the solution as well. Edit: found a feature request on slskd to that effect: slskd/slskd#1011 |
Beta Was this translation helpful? Give feedback.
-
|
You can use: VPN_PORT_FORWARDING_UP_COMMAND=/bin/sh -c 'sed -i "s/^([[:space:]]listen_port:)./\1 $(cat /gluetun/forwarded_port)/" /slskddata/slskd.yml' You have to mount the volume or at least the slskd.yml file to the gluetun container to have it modify the file. The file updates runtime automagically. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
did anyone managed to used protonvpn's port forwarding with slskd ?
As the forwarded port changes pretty often, I think that it requires a tool to update slskd's configuration all the time.
Beta Was this translation helpful? Give feedback.
All reactions