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

同一配置文件开启ss服务器和客户端互连错误 #1061

Open
w22gb8 opened this issue Feb 28, 2025 · 0 comments
Open

同一配置文件开启ss服务器和客户端互连错误 #1061

w22gb8 opened this issue Feb 28, 2025 · 0 comments

Comments

@w22gb8
Copy link

w22gb8 commented Feb 28, 2025

日志:

2025/02/28 10:12:49 socks.go:889: [socks5] 192.168.1.1:43136 -> socks5://:2066 -> 192.168.1.1:80                                                                                                                                                            
2025/02/28 10:12:49 socks.go:941: [route] 192.168.1.1:43136 -> socks5://:2066 -> 1@ss2://127.0.0.1:30569 -> 192.168.1.1:80                                                                                                                                  
2025/02/28 10:12:49 socks.go:976: [socks5] 192.168.1.1:43136 <-> 192.168.1.1:80                                                                                                                                                                   
2025/02/28 10:12:49 ss.go:134: [ss] 127.0.0.1:56958 -> 127.0.0.1:30569 : repeated salt detected

配置:

    {
      "Retries": 0,
      "ServeNodes": [
        "ss2://AEAD_AES_256_GCM:QWVGvUFfo3Fuw6Ls@:30569"
      ],
      "ChainNodes": [
      ]
    },

    {
      "Retries": 0,
      "ServeNodes": [
        "socks5://:2066"
      ],
      "ChainNodes": [
        "ss2://AEAD_AES_256_GCM:QWVGvUFfo3Fuw6Ls@127.0.0.1:30569"
      ]
    }

配置文件只写客户端另外单独启动服务端就正常了:

gost -L "ss2://AEAD_AES_256_GCM:QWVGvUFfo3Fuw6Ls@:30569"
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

1 participant