mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-06-28 08:58:02 +02:00
Merge branch 'master' into http-proxy
This commit is contained in:
commit
11f49b1235
5 changed files with 16 additions and 7 deletions
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
|
@ -34,5 +34,4 @@ jobs:
|
|||
- name: Test http with password
|
||||
run: curl --proxy http://peter:hunter123@localhost:64424 http://zx2c4.com/ip | grep -q "demo.wireguard.com"
|
||||
- name: Test http with wrong password
|
||||
run: ! curl --proxy http://peter:wrongpass@localhost:64424 http://zx2c4.com/ip
|
||||
|
||||
run: ! curl --proxy http://peter:wrongpass@localhost:64424 http://zx2c4.com/ip
|
Loading…
Add table
Add a link
Reference in a new issue