mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Add support for HTTPS
This commit is contained in:
parent
cb1f39b3e5
commit
a21bd62350
4 changed files with 32 additions and 1 deletions
|
@ -131,6 +131,10 @@ BindAddress = 127.0.0.1:25345
|
|||
#Username = ...
|
||||
# Avoid using spaces in the password field
|
||||
#Password = ...
|
||||
|
||||
# Specifying certificate and key enables HTTPS
|
||||
#CertFile = ...
|
||||
#KeyFile = ...
|
||||
```
|
||||
|
||||
Alternatively, if you already have a wireguard config, you can import it in the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue