Commit 0d582f23 authored by Mygod's avatar Mygod

Update profile default values

parent 8cf37954
......@@ -55,13 +55,13 @@ class Profile {
var localPort: Int = 1080
@DatabaseField
var remotePort: Int = 8338
var remotePort: Int = 8388
@DatabaseField
var password: String = ""
@DatabaseField
var method: String = "rc4"
var method: String = "aes-256-cfb"
@DatabaseField
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