mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Add support for http proxy (#68)
* Add support for http proxy * add test case for http proxy --------- Co-authored-by: octeep <github@bandersnatch.anonaddy.com> Co-authored-by: pufferfish <74378430+pufferffish@users.noreply.github.com>
This commit is contained in:
parent
d9c6eb7143
commit
25e6568f4d
7 changed files with 256 additions and 4 deletions
|
@ -17,4 +17,12 @@ Endpoint = demo.wireguard.com:$server_port
|
|||
|
||||
[Socks5]
|
||||
BindAddress = 127.0.0.1:64423
|
||||
|
||||
[http]
|
||||
BindAddress = 127.0.0.1:64424
|
||||
|
||||
[http]
|
||||
BindAddress = 127.0.0.1:64425
|
||||
Username = peter
|
||||
Password = hunter123
|
||||
EOL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue