mirror of
https://github.com/vee1e/mitmproxy.git
synced 2026-09-01 10:18:26 +00:00
Add tun proxy mode on Linux (#7278)
* simplify stream handling callback * add `tun` proxy mode from mitmproxy_rs * tun mode: tests++ * [autofix.ci] apply automated fixes * bump mitmproxy_rs * fix bugs * ci: use macOS 13 for builds as 12 is being phased out * test debugging * bump mitmproxy_rs * bump python version in ci, 3.13 is stable now * nits * is unshare to blame? * how about this? * coverage++ * [autofix.ci] apply automated fixes * debüg * debüüg * debüüüg * bump mitmproxy_rs --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
cf362f2e85
commit
69f455b962
11 changed files with 164 additions and 29 deletions
8
.github/workflows/main.yml
vendored
8
.github/workflows/main.yml
vendored
|
|
@ -44,11 +44,11 @@ jobs:
|
|||
matrix:
|
||||
include:
|
||||
- os: ubuntu-latest
|
||||
py: "3.13-dev"
|
||||
py: "3.13"
|
||||
- os: windows-latest
|
||||
py: "3.13-dev"
|
||||
py: "3.13"
|
||||
- os: macos-latest
|
||||
py: "3.13-dev"
|
||||
py: "3.13"
|
||||
- os: ubuntu-latest
|
||||
py: "3.12"
|
||||
- os: ubuntu-latest
|
||||
|
|
@ -100,7 +100,7 @@ jobs:
|
|||
include:
|
||||
- image: macos-14
|
||||
platform: macos-arm64
|
||||
- image: macos-12
|
||||
- image: macos-13
|
||||
platform: macos-x86_64
|
||||
- image: windows-2019
|
||||
platform: windows
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue