We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
比如,先执行了 gost -api :18080
gost -api :18080
然后再执行了 gost -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001
gost -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001
gost-ui的service和chain并不会显示任何,下面的完整配置也一样
但是在控制台使用 gost -O json 输出配置文件的时候,显示完全
gost -O json
因为毕竟命令行新建转发或者其他服务的时候要比修改配置文件要简单许多。新建之后,然后在web-ui统一管理。
The text was updated successfully, but these errors were encountered:
现在情况应该是只有用web-api启动的服务会在才会出现在web-api的数据中; gost -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001 这种用命令行启动的服务,和web-api是没有关联的
Sorry, something went wrong.
应该是不能分开执行 gost -api :18080 -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001
gost -api :18080 -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001
https://gost.run/tutorials/api/overview/#__tabbed_2_2 数据估计在上下文中存 每个命令上下文不一样
No branches or pull requests
比如,先执行了
gost -api :18080
然后再执行了
gost -L tcp://:10001 -F relay+wss://xx.xx.xx.xx:20001
gost-ui的service和chain并不会显示任何,下面的完整配置也一样
但是在控制台使用
gost -O json
输出配置文件的时候,显示完全因为毕竟命令行新建转发或者其他服务的时候要比修改配置文件要简单许多。新建之后,然后在web-ui统一管理。
The text was updated successfully, but these errors were encountered: