-
The following configuration gives a {
"port": 54321,
"listen": "0.0.0.0",
"protocol": "shadowsocks",
"settings": {
"clients": [
{
"email":"[email protected]",
"method": "chacha20-ietf-poly1305",
"password": "myVeryStrongPassword",
"network": "tcp,udp",
"ivCheck": true
}
]
}
}, But this one is ok : {
"port": 54321,
"listen": "0.0.0.0",
"protocol": "shadowsocks",
"settings": {
"email": "[email protected]",
"method": "chacha20-ietf-poly1305",
"password": "myVeryStrongPassword",
"network": "tcp,udp",
"ivCheck": true
}
}, Can anyone tell me why? Thanks. |
Beta Was this translation helpful? Give feedback.
Answered by
maidmeow4
Dec 31, 2021
Replies: 1 comment
-
Looks like already answered in #1453 . |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
maidmeow4
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like already answered in #1453 .