I am trying to learn WireGuard. I see many tutorials online for how to have internet and local network access over WireGuard. However, what I would like is a connection where the peer can access my home network, but still uses the peer's own internet connection. Not sure if I just need to modify the iptables in wg.0 or what is needed to do this.
My side question is if I can setup 2 different connection types on the same WireGuard server, ideally I would like to have one connection LAN Only, and another LAN + Internet (and using my pihole as DNS). Is this doable, do I just need a wg.0 and a wg.1 and then assign the peers to the appropriate wg.x connections? I am running Proxmox and can certainly make 2 WireGuard LXC containers but if I can do it from the same server that is ideal.