mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-04 19:13:04 +02:00
Use gateway ip address for wireguard interface
This commit is contained in:
parent
4e5103986c
commit
5c64f69e1f
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