From b82225f4fe1127c2886232b0b6f8ac1e606728ca Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Wed, 16 Aug 2023 09:28:10 -0400 Subject: Copy new socks error codes from tor.1.txt to socks-extensions Closes #208 --- socks-extensions.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'socks-extensions.txt') diff --git a/socks-extensions.txt b/socks-extensions.txt index b529879..1668b3f 100644 --- a/socks-extensions.txt +++ b/socks-extensions.txt @@ -152,6 +152,17 @@ Table of Contents unable to decrypt its content using the client authorization information it has. This means the client access were revoked. + * X'F6' Onion Service Invalid Address + + The given .onion address is invalid. In one of these cases this + error is returned: address checksum doesn't match, ed25519 public + key is invalid or the encoding is invalid. + + * X'F7' Onion Service Introduction Timed Out + + Similar to X'F2' code but in this case, all introduction attempts + have failed due to a time out. + References: [1] http://en.wikipedia.org/wiki/SOCKS#SOCKS4 -- cgit v1.2.3-54-g00ecf