notthebee / ansible-easy-vpn

An Ansible playbook that sets up a Wireguard server with ad blocking, DNS-over-HTTPS, and a WebUI with 2FA
Other
1.09k stars 262 forks source link

change private ip subnet on client side when setup #303

Open Massaro522 opened 2 months ago

Massaro522 commented 2 months ago

Is your feature request related to a problem? Please describe. It is not an issue at the moment. The only issue will appear when you're using one client (f.e. UDM Pro) which is connecting to two wg endpoints with the same default ip subnet (10.8.0.2/24) then it wouldn't be able to route traffic to 10.8.0.2/24 twice.

Describe the solution you'd like Add a value or possibility to change the default ip range of the wg clients ip on setup.

Thanks :)