Hello everyone, I just installed the new VPN version.
Is it possible to have a custom route in Wireguard similar to OpenVPN?
Let me explain: In OpenVPN, I used the following configuration:
# This makes clients redirect all the traffic via the VPN.
#push "redirect-gateway def1 bypass-dhcp"
#push "redirect-gateway def1 ipv6 bypass-dhcp"
pull-filter ignore redirect-gateway
This setup allows clients to communicate with each other while still using their own internet access.
I couldn't find a similar option for Wireguard.
I couldn't find any information about this in the documentation.
Second question,
I already have OpenVPN installed on my Cloudron, with clients currently using it.
Can I use the entire configuration stored in /app/data/ to migrate my clients seamlessly?
Thank you in advance, and I wish you all happy holidays!