proxy.py icon indicating copy to clipboard operation
proxy.py copied to clipboard

💫 Ngrok FRP Alternative • ⚡ Fast • 🪶 Lightweight • 0️⃣ Dependency • 🔌 Pluggable • 😈 TLS interception • 🔒 DNS-over-HTTPS • 🔥 Poor Man's VPN • ⏪ Reverse & ⏩ Forward • 👮🏿 "Proxy Server" framew...

Results 148 proxy.py issues
Sort by recently updated
recently updated
newest added

Bumps [types-setuptools](https://github.com/python/typeshed) from 63.2.1 to 63.4.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=types-setuptools&package-manager=pip&previous-version=63.2.1&new-version=63.4.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies
python

**Describe the bug** Using proxy.py `2.4.0` on `Python 3.10` I do not see access log output on `Windows 10 21H2`, where as I do on `Ubuntu 20.04.3 LTS`. **To Reproduce**...

Bug

Bumps [ts-node](https://github.com/TypeStrong/ts-node) from 10.8.0 to 10.9.1. Release notes Sourced from ts-node's releases. v10.9.1 Fixed Workaround nodejs bug introduced in 18.6.0 (#1838) @​cspotcode Only affects projects on node >=18.6.0 using --esm...

dependencies
javascript

updates: - [github.com/asottile/add-trailing-comma.git: v2.0.1 → v3.1.0](https://github.com/asottile/add-trailing-comma.git/compare/v2.0.1...v3.1.0) - https://github.com/timothycrosley/isort.git → https://github.com/PyCQA/isort - [github.com/PyCQA/isort: 5.12.0 → 5.13.2](https://github.com/PyCQA/isort/compare/5.12.0...5.13.2) - [github.com/Lucas-C/pre-commit-hooks.git: v1.1.7 → v1.5.5](https://github.com/Lucas-C/pre-commit-hooks.git/compare/v1.1.7...v1.5.5) - [github.com/pre-commit/pre-commit-hooks.git: v4.0.1 → v4.6.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.0.1...v4.6.0) - [github.com/PyCQA/pydocstyle.git: 6.1.1 → 6.3.0](https://github.com/PyCQA/pydocstyle.git/compare/6.1.1...6.3.0)...

**Is your feature request related to a problem? Please describe.** I am implementing a reverse proxy which does some stuff to the requests before forwarding. I've tried flask, but i...

Proposal

When creating the container in ARM device using LATEST tag its not pulling latest stable release. In the time of writing the current stable version is V2.4.3. Docker Hub LATEST...

Bug

### Discussed in https://github.com/abhinavsingh/proxy.py/discussions/1218 Originally posted by **RjRDRG** July 12, 2022 Hello, Is it possible to modify a request body and headers with the reverse proxy plugin?

Proposal

**Describe the bug** Unable to send request to httpbin.org:443 w/ TLS certificate provided **To Reproduce** Steps to reproduce the behavior: run bellow on host machine 1. run `make ca-certificates` in...

Bug

I have tried to use the feature Proxy Over SSH Tunnel with: On the local machine that will be running proxy.py: ``` proxy --enable-ssh-tunnel \ --tunnel-username username \ --tunnel-hostname ip.address.or.domain.name...

Bug