Commit 0d582f23 authored by Mygod's avatar Mygod

Update profile default values

parent 8cf37954
...@@ -55,13 +55,13 @@ class Profile { ...@@ -55,13 +55,13 @@ class Profile {
var localPort: Int = 1080 var localPort: Int = 1080
@DatabaseField @DatabaseField
var remotePort: Int = 8338 var remotePort: Int = 8388
@DatabaseField @DatabaseField
var password: String = "" var password: String = ""
@DatabaseField @DatabaseField
var method: String = "rc4" var method: String = "aes-256-cfb"
@DatabaseField @DatabaseField
var route: String = "all" var route: String = "all"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment