Project name not set
0.2.0
API Reference
socks_router
Submodules
socks_router.cli
socks_router.models
socks_router.parsers
socks_router.proxies
socks_router.router
socks_router.utils
Project name not set
API Reference
socks_router
socks_router.cli
View page source
socks_router.cli
Attributes
logger
Functions
cli
(ctx, logging_config, hostname, port, routes, ...)
Module Contents
logger
cli
(
ctx
:
click.Context
,
logging_config
:
str
,
hostname
:
str
,
port
:
int
,
routes
:
str
|
None
,
routes_file
:
pathlib.Path
,
retries
:
int
)