For example, connecting to DuckDuckGo (3g2upl4pq6kufc4m.onion) works and returns HTML. However, connecting to The Pirate Bay (uj3wazyk5u4hnvtk.onion) or TORCH (xmh57jrzrnw6insl.onion) returns... Error: SOCKS connection failed. Connection not allowed by ruleset. What does this error me...
X'02' connection not allowed by ruleset X'03' Network unreachable X'04' Host unreachable X'05' Connection refused X'06' TTL expired X'07' Command not supported X'08' Address type not supported X'09' to X'FF' unassigned ATYP 枚举如下: IP V4 address: X'01' DOMAINNAME: X'03' IP ...
X'01'=> 一般的SOCKS服务器故障(general SOCKS server failure) X'02'=> 规则集(ruleset)不允许连接 (connection not allowed by ruleset) X'03'=> 网络不可达(Network unreachable) X'04'=> 主机不可达(Host unreachable) X'05'=> 连接拒绝(Connection refused) X'06'=> TTL过期(TTL expired) X'07'...
"Connection not allowed by ruleset.",//连接不被允许 "Network unreachable.",//网络不能到达 "Host unreachable.",//主机不能到达 "Connection refused.",//连接被拒绝 "TTL expired.",//TTL期满 "Command not supported.",//不支持的命令 "Address type not supported.",//不被支持的地址类型 "Unknown...
X’02’ connection not allowed by ruleset X’03’ Network unreachable X’04’ Host unreachable X’05’ Connection refused X’06’ TTL expired X’07’ Command not supported X’08’ Address type not supported X’09’ to X’FF’ unassigned ...
o0x02connection not allowed by ruleset o0x03Network unreachable o0x04Host unreachable o0x05Connection refused o0x06TTL expired o0x07Command not supported o0x08Address type not supported o0x09to0xFFunassigned rsv保留。 atyp跟上面讲过的一样,包括接下来的两个域。
X'02' connection not allowed by ruleset X'03' Network unreachable X'04' Host unreachable X'05' Connection refused X'06' TTL expired X'07' Command not supported X'08' Address type not supported X'09' to X'FF' unassigned RSV 保留字段 ...
X'02' connection not allowed by ruleset 1. X'03' Network unreachable 1. X'04' Host unreachable 1. X'05' Connection refused 1. X'06' TTL expired 1. X'07' Command not supported 1. X'08' Address type not supported 1. X'09' to X'FF' unassigned ...
X’02’ connection not allowed by ruleset X’03’ Network unreachable X’04’ Host unreachable X’05’ Connection refused X’06’ TTL expired X’07’ Command not supported X’08’ Address type not supported X’09’ to X’FF’ unassigned ...
return "Connection not allowed by ruleset"; case 0x03: return "Network unreachable"; case 0x04: return "Hostunreachable"; case 0x05: return "Connection refused"; case 0x06: return "TTLexpired"; case 0x07: return "Command not supported"; ...