Skip to content

Commit

Permalink
Update ss.md (fixes #614)
Browse files Browse the repository at this point in the history
Added note regarding auther usage with shadowsocks handler
  • Loading branch information
naebushi authored and ginuerzh committed Dec 31, 2024
1 parent ec8f2c4 commit 7dd4ad9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion en/docs/tutorials/protocols/ss.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ GOST's support for shadowsocks is based on the [shadowsocks/shadowsocks-go](http
type: tcp
```

!!! caution "Shadowsocks Handler" The Shadowsocks handler cannot use authenticator, and only supports setting single authentication information as encryption parameter.

!!! tip "Delay Sending"
By default, the shadowsocks protocol will wait for request data, and when it receives the request data, it will send the protocol header information to the server together with the request data. When the client option `nodelay` is set to `true`, the protocol header information will be sent to the server immediately without waiting for the user's request data. When the server connected through the proxy actively sends data to the client (such as FTP, VNC, MySQL), this option needs to be turned on to avoid abnormal connection.

Expand Down Expand Up @@ -174,4 +176,4 @@ Shadowsocks proxy can be used in combination with various data channels.
type: ss
listener:
type: kcp
```
```

0 comments on commit 7dd4ad9

Please sign in to comment.