Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exported Config cannot be read by qbittorentvpn #13

Open
DieSchoeneWolke opened this issue Jan 17, 2023 · 1 comment
Open

Exported Config cannot be read by qbittorentvpn #13

DieSchoeneWolke opened this issue Jan 17, 2023 · 1 comment

Comments

@DieSchoeneWolke
Copy link

DieSchoeneWolke commented Jan 17, 2023

Hey, I don't know if the Issue comes from the config file or the qbittorrentvpn image b
ut I get this error message when I want to use the generated config:

[cont-init.d] 02-vpn.sh: executing... 
2023-01-17 09:12:12 [INFO] Choosen VPN config: 'NordVPN-.conf'
dos2unix: converting file /config/wireguard/NordVPN-.conf to Unix format...
2023-01-17 09:12:12 [INFO] VPN remote line defined as ':51820'
2023-01-17 09:12:12 [ERROR] VPN_REMOTE not found in /config/wireguard/NordVPN-.conf, exiting...
[cont-init.d] 02-vpn.sh: exited 1.
[cont-finish.d] executing container finish scripts...
[cont-finish.d] done.
[s6-finish] waiting for services.
[s6-finish] sending all processes the TERM signal.
[s6-finish] sending all processes the KILL signal and exiting.
[Interface]
PrivateKey = censored
ListenPort = 51820
Address = /32
DNS = censored, censored

[Peer]
PublicKey = 
AllowedIPs = 0.0.0.0/0
Endpoint = :51820
PersistentKeepalive = 25

I don't know how a wireguard config should look like but according to the logs im missing an IP adress in front of the port?
Is this an issue with the generator or the docker image I want to put the config in?

Thanks for your replies!

@sfiorini
Copy link
Owner

Sorry for the late reply.
From what I see, your script wasn't created correctly.
Did you login to nordvpn per README before running the script?

Also, I have released a new version of the script.
Please make sure you login to nordvpn, then sun the script again.

Stefano

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants