diff --git a/src/socks5.h b/src/socks5.h index f7cb8c0..3fc16db 100644 --- a/src/socks5.h +++ b/src/socks5.h @@ -32,8 +32,8 @@ enum atyp { static char *atyp_str[] = { "INVALID", "IPV4", - "INVALID" - "DOMAIN NAME", + "INVALID", + "DOMAIN_NAME", "IPV6" };