You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-08-01 18:05:30 INFO: UDP relay enabled
2024-08-01 18:05:30 INFO: initializing ciphers... aes-256-gcm
2024-08-01 18:05:30 ERROR: failed to set nameservers
i am assuming name servers is something to do with DHCP Servers but do not understand the error. Things like web browsers in the PI work. I cam also ping www.bbc.co.uk so it can resolve IP addresses. Could anyone give me some advise where to look. I am absolutely stuck
The text was updated successfully, but these errors were encountered:
Hi i am a novice who has just installed shadowsocks server on a raspberry pi 3b.
this is my config file
"server":["::1", "192.168.1.102"],
"mode":"tcp_and_udp",
"server_port":8388,
"local_port":8380,
"password":"************",
"timeout":600,
"method":"aes-256-gcm"
When I issue the command
sudo ss-server -c /etc/shadowsocks-libev/config.json -d start
I get
2024-08-01 18:05:30 INFO: UDP relay enabled
2024-08-01 18:05:30 INFO: initializing ciphers... aes-256-gcm
2024-08-01 18:05:30 ERROR: failed to set nameservers
i am assuming name servers is something to do with DHCP Servers but do not understand the error. Things like web browsers in the PI work. I cam also ping www.bbc.co.uk so it can resolve IP addresses. Could anyone give me some advise where to look. I am absolutely stuck
The text was updated successfully, but these errors were encountered: