diff options
| -rw-r--r-- | src/schwanenlied/socks5_server.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/schwanenlied/socks5_server.h b/src/schwanenlied/socks5_server.h index 86482b8..985ec08 100644 --- a/src/schwanenlied/socks5_server.h +++ b/src/schwanenlied/socks5_server.h @@ -68,7 +68,7 @@ namespace schwanenlied { * Current limitations: * * It will *ALWAYS* bind to "IPv4 loopback address":RandomPort * * Only CONNECT (establish TCP/IP stream) is supported - * * Only ATYP 0x01/0x03 are supported (no FQDN) + * * Only ATYP 0x01/0x04 are supported (no FQDN) * * GSSAPI auth will never be supported * * @warning Destroying the Socks5Server instance (or calling |
