proxy.py/proxy/core/base
Abhinav Singh 3cb0a62583
Add a `--unix-socket-path` flag (#697)
* Add a `--unix-socket-path` flag.

When available `--hostname` and `--port` flags are ignored.

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* `print` statement is allowed only in `flags.py` and `version-check.py`.  All other places must use a `logger` instance

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Add guard for `AF_UNIX` on Windows

* Comment out assertion on Windows for now

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
2021-11-08 01:11:46 +05:30
..
__init__.py Refactor base server interfaces into core modules (#461) 2020-11-24 21:37:11 +05:30
tcp_server.py Add a `--unix-socket-path` flag (#697) 2021-11-08 01:11:46 +05:30
tcp_tunnel.py Add a `--unix-socket-path` flag (#697) 2021-11-08 01:11:46 +05:30