mirror of
https://github.com/trailofbits/algo.git
synced 2025-09-02 18:13:13 +02:00
Wireguard server, disable dns
This commit is contained in:
parent
bbe5e2a95f
commit
e6ce7c3408
2 changed files with 0 additions and 2 deletions
|
@ -89,7 +89,6 @@
|
|||
- iptables-persistent
|
||||
- cgroup-tools
|
||||
- openssl
|
||||
- resolvconf
|
||||
sysctl:
|
||||
- item: net.ipv4.ip_forward
|
||||
value: 1
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
Address = {{ wireguard_network_ipv4['subnet'] }}/{{ wireguard_network_ipv4['prefix'] }}{% if ipv6_support %},{{ wireguard_network_ipv6['gateway'] }}/{{ wireguard_network_ipv6['prefix'] }}
|
||||
{% endif %}
|
||||
|
||||
DNS = {{ local_service_ip }}
|
||||
ListenPort = {{ wireguard_port }}
|
||||
PrivateKey = {{ lookup('file', wireguard_config_path + '/private/' + IP_subject_alt_name) }}
|
||||
SaveConfig = true
|
||||
|
|
Loading…
Add table
Reference in a new issue