mzz2017 / gg

一个支持节点与订阅链接的 Linux 命令行代理工具 | A command-line tool for one-click proxy in your research and development without installing v2ray or anything else (only for linux)
GNU Affero General Public License v3.0
1.41k stars 116 forks source link

gg是否支持go-gost #60

Open novohool opened 1 year ago

novohool commented 1 year ago

https://github.com/go-gost/gost

比如客户端为

services:
- name: client
  addr: ":1080"
  handler:
    type: socks5
    chain: chain-0
  listener:
    type: tcp
chains:
- name: chain-0
  hops:
  - name: hop-0
    nodes:
    - name: node-0
      addr: gg.org:443
      connector:
        type: socks5
        auth:
          username: gg
          password: gg@Gost
      dialer:
        type: mwss
        metadata:
          host: "gg.org" 
          path: "/ws" 
          header: {}
mzz2017 commented 1 year ago

@novohool 不支持

novohool commented 1 year ago

@novohool 不支持

+++