MCPcopy Create free account
hub / github.com/ElementsProject/elements / Socks5Configuration

Class Socks5Configuration

test/functional/test_framework/socks5.py:36–42  ·  view source on GitHub ↗

Proxy configuration.

Source from the content-addressed store, hash-verified

34
35# Implementation classes
36class Socks5Configuration():
37 """Proxy configuration."""
38 def __init__(self):
39 self.addr = None # Bind address (must be set)
40 self.af = socket.AF_INET # Bind address family
41 self.unauth = False # Support unauthenticated
42 self.auth = False # Support authentication
43
44class Socks5Command():
45 """Information about an incoming socks5 command."""

Callers 1

setup_nodesMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected