mirror of
https://github.com/trailofbits/algo.git
synced 2026-09-11 12:17:48 +02:00
Use gateway ip address for wireguard interface (#1115)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[Interface]
|
||||
Address = {{ wireguard_network_ipv4['subnet'] }}/{{ wireguard_network_ipv4['prefix'] }}{% if ipv6_support %},{{ wireguard_network_ipv6['gateway'] }}/{{ wireguard_network_ipv6['prefix'] }}
|
||||
Address = {{ wireguard_network_ipv4['gateway'] }}/{{ wireguard_network_ipv4['prefix'] }}{% if ipv6_support %},{{ wireguard_network_ipv6['gateway'] }}/{{ wireguard_network_ipv6['prefix'] }}
|
||||
{% endif %}
|
||||
|
||||
ListenPort = {{ wireguard_port }}
|
||||
|
||||
Reference in New Issue
Block a user