Dragon2fly

Results 17 comments of Dragon2fly

If you cannot use OpenVPN manually, then this app cannot help you either. Something is wrong with your OpenVPN setup. You should fix that first. A little googling the error...

Hi @phd21, Are you using CLI or TUI version? @evadogstar has changed the display of CLI. Now it shows servers' ip as well. The pull request is accepted. You could...

Hi @wuhualu185086661 The program tries to access http://www.vpngate.net/ . In case it failed, then it will try the next mirror link defined in `config.ini`. When all links return error, "Failed...

@leewp14 Is your browser using a proxy to connect to the mirror sites? Does it happen also with `./run tui`? The `http_proxy` in the environment may affect the program.

Trying to automate this process requires a lot more work to be done. 1. Autoconnect: Which server in the list should the program connect to? what to do next if...

@evadogstar hope your system has the latest **python 3** You can check out this branch for auto connection https://github.com/Dragon2fly/vpngate-with-proxy/tree/vpnwp_v2 The status of the vpn is written to `logs/manager.log`. 0/1: not/connecting...

Hi @evadogstar, @phd21 Can you guy test and give opinion on the new version at https://github.com/Dragon2fly/vpngate-with-proxy/tree/vpnwp_v2 . The automation function is working fine now. You can save your favorite servers,...

Python3.6 is the future! It has a new straightforward way to format string. f”I received {number} dollar from {whom}{time}” Instead of ”I received {} dollar from {}{}”.format(number, whom, time) Python3.6...

Hi @phd21 So how Mint18 handles Ipv6? I thought Mint18 is base on Ubuntu so it should act the same. If your network doesn’t has ipv6, you can disable the...

Hi @phd21, > It does not show a menu, just shows and connects to the first available server from "KR". Just type `ls` or `list` to show the available servers...