-
Notifications
You must be signed in to change notification settings - Fork 2
Description
I am having a hard time understanding these 2 options, it seems to me from the description provided udp-port should be for server while extra-listen-port should be for client, not the other way around.
For example, if a shadowsocks server doesn't use SIP003u, it will have a UDP port for raw shadowsocks protocol and a client using wss-proxy should specify the port via udp-port.
As for a SIP003u server, it should provide additional UDP port on extra-listen-port for raw shadowsocks protocol so clients without SIP003u can connect to.
Also I am generally confused as to what these 2 options do, I assume they are for client/server with raw shadowsocks protocol? Or are they for client/server with compatible SIP003 plugin like v2ray-plugin? I tried various combination of configs and am not able to make it work.
Anyway also want to say thank you, this plugin is pretty useful as it is already!