Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

配置使用心得(多谢#33楼的探索) #41

Open
egg1234 opened this issue Mar 18, 2022 · 2 comments
Open

配置使用心得(多谢#33楼的探索) #41

egg1234 opened this issue Mar 18, 2022 · 2 comments

Comments

@egg1234
Copy link

egg1234 commented Mar 18, 2022

假设linux服务器ip地址为1.2.3.4(如果有真实域名当然也可以),linux服务器监听:
gost -L=kcp://:8888

配置如下:
在Shadowsocks软件里面首先选“手动设置”
插件选“ShadowsocksGostPlugin”
服务器项:如果是服务器直接使用ip地址的话,就随便填写没有关系,不影响使用,如my.com,但有真实域名的话建议填入真实域名(经过验证其实随便填写也没有关系),但影响第一次的连接速度,后续没有问题
远程端口:随便填写没有关系,不影响使用,如9191
密码项:必须填写“gost”!!!大小写有区别,否则不能连接服务器
加密方式项:必须选择“RC4-MD5”!!!否则不能连接服务器
路由项:全局
远程DNS:缺省的dns.google
插件的配置项:-F=kcp://1.2.3.4:8888 (如果有真实域名的把ip地址改换写成域名即可)

其它的gost转发方式写法大同小异,这个参考https://v2.gost.run/的中文说明即可

再次多谢#33楼的探索,否则长枪都变烧火棍!!!

@hurner
Copy link

hurner commented Aug 21, 2022

密码是不要有特殊字符,我是因为有一个@,一直显示成功,但下行速度一直为零。改为普通字母数字密码就可以了。

@egg1234
Copy link
Author

egg1234 commented Oct 11, 2022

如果使用下面这个2.11.1核心的版本(建议不要用那个gui版),就不需要选加密方式了,直接NONE就可以了,如果使用anxray甚至连密码都不需要设置,如果是sagernet或Matsuri (茉莉),那密码也可以随便乱设一个就可以了,这样所有的配置其实关键都集中在插件的 -F 参数上,与gost客户端命令行的 -F 参数配置无异了,各个版本客户端主配置画面其实没有什么用,就是个承载体
https://github.com/segfault-bilibili/ShadowsocksGostPlugin/releases

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants