Socks4Config
data class Socks4Config(val host: String, val port: Int, val username: String? = null, val password: String? = null) : ProxyConfig
SOCKS4 / SOCKS4a proxy configuration. username becomes the SOCKS4 USERID; password is unused (SOCKS4 has no password auth). Hostname targets use the SOCKS4a extension.