DobbyVPN App
Open-source opinionated VPN client implementing major VPN protocols.
Supported protocols:
- Shadowsocks
- Shadowsocks + Cloak
Work in progress:
- AmneziaWG
More protocols will be added along the way.
Server setup:
- Cloak: https://github.com/DobbyVPN/dotline-server
- Outline: https://getoutline.org/get-started/#step-1
Dobby accepts configuration files in the following formats:
Shadowsocks:
Version = "0.3"
Protocol = "shadowsocks"
[Shadowsocks.Direct]
Server = "<address>"
Port = <port>
Method = "<method>"
Password = "<password>"
Outline = true
Shadowsocks via Cloak:
Version = "0.3"
Protocol = "shadowsocks via Cloak"
[Shadowsocks.Local]
Server = "<address>"
Port = <port>
Method = "<method>"
Password = "<password>"
Outline = true
[Cloak]
Transport = "CDN"
ProxyMethod = "shadowsocks"
EncryptionMethod = "plain"
UID = "<UID>"
PublicKey = "<public_key>"
ServerName = "<server_name>"
NumConn = 8
BrowserSig = "chrome"
StreamTimeout = 300
RemoteHost = "<address>"
RemotePort = "<port>"
CDNWsUrlPath = "<url_path>"
CDNOriginHost = "<server_name>"









