mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-05 22:54:01 +02:00
Use gateway ip address for wireguard interface (#1115)
This commit is contained in:
parent
4a42fbea35
commit
14234344eb
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Add table
Reference in a new issue