Allow to use wireproxy as endpoint

This is useful for running wireguard endpoints in unprivileged
containers.
This commit is contained in:
Jonah Brüchert 2023-07-05 11:31:22 +02:00
parent aa207764b2
commit 4f4e9b39d6
No known key found for this signature in database
GPG key ID: A81E075ABEC80A7E
3 changed files with 42 additions and 16 deletions

View file

@ -174,5 +174,17 @@ ListenPort = 5080
Target = service-three.servicenet:80
```
Wireproxy can also allow peers to connect to it:
```
[Interface]
ListenPort = 5400
...
[Peer]
PublicKey = YYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYYY=
AllowedIPs = 10.254.254.100/32
# Note there is no Endpoint defined here.
```
# Stargazers over time
[![Stargazers over time](https://starchart.cc/octeep/wireproxy.svg)](https://starchart.cc/octeep/wireproxy)