class Proxifier::SOCKS4AProxy
Public Instance Methods
Source
# File lib/proxifier/proxies/socks4a.rb, line 5 def do_proxify(*) raise NotImplementedError, "SOCKS4A is not yet implemented" end
# File lib/proxifier/proxies/socks4a.rb, line 5 def do_proxify(*) raise NotImplementedError, "SOCKS4A is not yet implemented" end