Dragon2fly / vpngate-with-proxy

vpn gate client for linux, be able to connect to open vpn server through proxy
GNU General Public License v2.0
249 stars 71 forks source link

ConfigParser.py error #20

Closed msalini closed 6 years ago

msalini commented 6 years ago

After changing the DNS values (successfully) and initiated connection, I get this error. (see image)

https://anonimage.net/image/oEirzH1BUu

I should add that this error does not occur when I keep the default DNS list. Please advise

Thanks

Marco

Dragon2fly commented 6 years ago

That's the bug. The inputted DNS value is for write out to file so it should not be converted from string to list.

You could either edit the config.ini file and put dns = 91.239.100.100, 89.233.43.71 into it or delete it and clone this project again.

msalini commented 6 years ago

Thank you D2f,

fixed as you suggested :-)

Marco