Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network

blockchain dvpn dvpn-client gui privacy vpn vpn-client
2 Open Issues Need Help Last updated: Jun 23, 2025

Open Issues Need Help

View All on GitHub

AI Summary: Implement DNSCrypt support for V2Ray in the Meile dVPN GUI, allowing users to optionally route DNS traffic through a local DNSCrypt server instead of the V2Ray tunnel. This involves creating platform-specific configurations (currently only macOS is provided) to redirect DNS traffic (ports 53 TCP/UDP) to localhost when DNSCrypt is enabled. Windows and Linux implementations are needed.

Complexity: 4/5
help wanted good first issue osx feature

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network

Python
#blockchain#dvpn#dvpn-client#gui#privacy#vpn#vpn-client

AI Summary: Modify the `HandleWalletFunctions.__keyring` function in the Meile dVPN GUI to use AES encryption/decryption for the keyring.cfg file, preventing easy extraction of the private key. This involves decrypting the keyring.cfg file using the existing AES helper and updating the keyring to reject attacks that exploit the previous implementation.

Complexity: 4/5
enhancement good first issue osx linux wallet Windows

Meile dVPN GUI for Linux, OS X, and Windows - Powered by the Sentinel Network

Python
#blockchain#dvpn#dvpn-client#gui#privacy#vpn#vpn-client