mirror of
https://github.com/zhigang1992/shadowsocks-iOS.git
synced 2026-04-24 04:54:51 +08:00
add notice about DNS spoofing
This commit is contained in:
@@ -188,7 +188,7 @@ static void server_recv_cb (EV_P_ ev_io *w, int revents) {
|
||||
inet_ntop(AF_INET, server->buf + 4, addr_str, ADDR_STR_LEN);
|
||||
|
||||
#if !TARGET_OS_IPHONE
|
||||
NSLog(@"Connecting an IPv4 address");
|
||||
NSLog(@"Connecting an IPv4 address, please configure your browser to use hostnames instead: https://github.com/clowwindy/shadowsocks/wiki/Troubleshooting");
|
||||
#endif
|
||||
} else if (request->atyp == SOCKS_DOMAIN) {
|
||||
// Domain name
|
||||
|
||||
Reference in New Issue
Block a user