Place1/wg-access-server

doc / feature to port forward in yaml rules ?

Opened this issue · 1 comments

Hi there, thank you for this great project!

I've setup wg-access-server using helm in a bare metal k8s cluster and connected one client so all its internet traffic go through this server.
That is working.

I'm now trying to forward a port from one of the public IP of my k8s cluster (IP from LoadBalancer) to an IP on my client.
I've already added a k8s service to the wg-access-server pod that listen to this port on the loadbalancer IP.

But how do i route this traffic to the target vpn IP ?
Is this possible by modifying a property in the values.yaml file ?
Any tips ?

I have tried to find the doc of the config.wireguard and wireguard.config sections in the values.yaml file (from helm) without much success for now. If you can point me to some doc, ty !

Ty !

@softlion you might want to have a look at the freifunkMUC fork of this project (https://github.com/freifunkMUC/wg-access-server/)