mirror of
https://github.com/whyvl/wireproxy.git
synced 2025-04-29 19:01:42 +02:00
Update README.md
This commit is contained in:
parent
0ac02beb7d
commit
6d6ec7fb4d
1 changed files with 6 additions and 0 deletions
|
@ -22,6 +22,7 @@ anything.
|
||||||
# Sample config file
|
# Sample config file
|
||||||
```
|
```
|
||||||
# SelfSecretKey is the secret key of your wireguard peer
|
# SelfSecretKey is the secret key of your wireguard peer
|
||||||
|
# This should be the same as the PrivateKey in your client.conf wireguard setting
|
||||||
SelfSecretKey = uCTIK+56CPyCvwJxmU5dBfuyJvPuSXAq1FzHdnIxe1Q=
|
SelfSecretKey = uCTIK+56CPyCvwJxmU5dBfuyJvPuSXAq1FzHdnIxe1Q=
|
||||||
# SelfEndpoint is the IP of your wireguard peer
|
# SelfEndpoint is the IP of your wireguard peer
|
||||||
SelfEndpoint = 172.16.31.2
|
SelfEndpoint = 172.16.31.2
|
||||||
|
@ -56,4 +57,9 @@ Target = localhost:25545
|
||||||
# Socks5 create a socks5 proxy on your LAN, and any traffic would be routed via wireguard
|
# Socks5 create a socks5 proxy on your LAN, and any traffic would be routed via wireguard
|
||||||
[Socks5]
|
[Socks5]
|
||||||
BindAddress = 127.0.0.1:25344
|
BindAddress = 127.0.0.1:25344
|
||||||
|
# Socks5 authentication parameters, specifying username and password enables
|
||||||
|
# proxy authentication.
|
||||||
|
# Username = username_of_user
|
||||||
|
# Avoid using spaces in the password field
|
||||||
|
# Password = password_of_user
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue