[X] I have read the pinned issues and could not find my issue
Is there an existing or similar issue/discussion for this?
[X] I have searched the existing issues
[X] I have searched the existing discussions
Is there any comment in the documentation for this?
[X] I have read the documentation, especially the FAQ and Troubleshooting parts
Is this related to a provider?
[X] I have checked the provider repo for issues
[X] My issue is NOT related to a provider
Are you using the latest release?
[X] I am using the latest release
Have you tried using the dev branch latest?
[ ] I have tried using dev branch
Docker run config used
Current Behavior
Been using for several years and working fine. Every now and then I need to update the node when my provider changes names of them.
I've mounted my opvn file but transmission can't find it then goes to the repo to find a config and breaks and shuts down:
./etc/openvpn/fetch-external-configs.sh: line 18: config_repo_temp_dir: unbound variable
Expected Behavior
transmission finds the default.opvn config and uses it instead of going to the repo
How have you tried to solve the problem?
I updated to most recent release and that didn't help
I tried several nodes from my provider to ensure that isn't the case
I found that the repo for my provider (PROTONVPN) was changed last month and broke the nodes I was using and I was to use my own .opvn so this doesn't randomly happen again in the future
Downloaded .opvn configuration, commented out two lines (specific to my provider):
Mounted the new opvn file to /etc/openvpn/protonvpn/default.opvn
Changed the environment variable to default instead of the node to use local config
Looked in the docs for using local opvn file and proper way to point to it but didn't find anything. (I don't want to push to the repo since it can get changed and break my config again).
Tried using 'custom' as vpn provider but that didn't fix the issue, still crashes
Log output
2022-12-16 14:41:09,stdout,./etc/openvpn/fetch-external-configs.sh: line 18: config_repo_temp_dir: unbound variable
2022-12-16 14:41:09,stdout,curl: (6) Could not resolve host: github.com
Is there a pinned issue for this?
Is there an existing or similar issue/discussion for this?
Is there any comment in the documentation for this?
Is this related to a provider?
Are you using the latest release?
Have you tried using the dev branch latest?
Docker run config used
Current Behavior
Been using for several years and working fine. Every now and then I need to update the node when my provider changes names of them.
I've mounted my opvn file but transmission can't find it then goes to the repo to find a config and breaks and shuts down: ./etc/openvpn/fetch-external-configs.sh: line 18: config_repo_temp_dir: unbound variable
Expected Behavior
transmission finds the default.opvn config and uses it instead of going to the repo
How have you tried to solve the problem?
Log output
2022-12-16 14:41:09,stdout,./etc/openvpn/fetch-external-configs.sh: line 18: config_repo_temp_dir: unbound variable
2022-12-16 14:41:09,stdout,curl: (6) Could not resolve host: github.com
2022-12-16 14:40:59,stdout,Downloading configs from https://github.com/haugene/vpn-configs-contrib/archive/main.zip into /tmp/tmp.3pxXtpLVVn
2022-12-16 14:40:59,stdout,No bundled config script found for PROTONVPN. Defaulting to external config
2022-12-16 14:40:59,stdout,Running with VPN_CONFIG_SOURCE auto
2022-12-16 14:40:59,stdout,Using OpenVPN provider: PROTONVPN
2022-12-16 14:40:58,stdout,Creating TUN device /dev/net/tun
2022-12-16 14:40:58,stdout,WARNING: initial DNS resolution test failed
2022-12-16 14:40:42,stdout,Starting container with revision: d1ece1c5f36f275d5d950bd2557ec43f79a80d14
HW/SW Environment
Anything else?
No response