diff --git a/app/src/main/res/values-zh/strings.xml b/app/src/main/res/values-zh/strings.xml index 03816cd..9a61e86 100644 --- a/app/src/main/res/values-zh/strings.xml +++ b/app/src/main/res/values-zh/strings.xml @@ -11,7 +11,7 @@ 添加 2 个参数 附加文件 - 将会自动添加半角双引号(\"),无需手动添加。\n\"#SS_HOST\"与\"#SS_PORT\"将会被分别替换为Shadowsocks-Android中设置的\"服务器\"与\"远程端口\"。 + 请不要在命令行参数中加入双引号(\"),加了会让Gost无法启动。\n\"#SS_HOST\"与\"#SS_PORT\"将会被分别替换为Shadowsocks-Android中设置的\"服务器\"与\"远程端口\"。 Gost会在本地开一个Shadowsocks服务器,Shadowsocks-Android直接连的就是它。为了避免不必要的开销,一般而言,Shadowsocks-Android本身和Gost的\"-L\"参数都被设为\"none\"无加密模式(如果\"none\"不可用,则换用其他加密方法)——无论如何,两者必须相符才能正常工作。然后Gost会按照\"-F\"参数指定的加密方法来跟远程服务器建立真正的加密连接。 必须添加对应的命令行参数(例如: -C config.json)才能让下面的文件内容生效! 删除 diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index 2844881..7527394 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -6,7 +6,7 @@ Delete an argument Are you sure to delete this argument? Command line arguments - You don\'t have to type quotes (\"), they will be added automatically.\n\"#SS_HOST\" and \"#SS_PORT\" will be replaced with \"Server\" and \"Remote port\" set in Shadowsocks-Android respectively. + Please don\'t include quotes (\") in the command line arguments, they will make Gost fail to start.\n\"#SS_HOST\" and \"#SS_PORT\" will be replaced with \"Server\" and \"Remote port\" set in Shadowsocks-Android respectively. Gost sets up a local Shadowsocks server, which Shadowsocks-Android directly connects to. To avoid unnecessary overhead, generally, both Shadowsocks-Android itself and Gost\'s \"-L\" parameter are set to \"none\" encryption (or other encryption method if \"none\" is not available) - anyway, it won\'t work if mismatch. Then, Gost establishes actual encrypted connection to the remote server, the encryption method depends on \"-F\" parameter(s). -L