Dragon2fly/vpngate-with-proxy

ConfigParser.py error

msalini opened this issue · 2 comments

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

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.

Thank you D2f,

fixed as you suggested :-)

Marco