fix(zoro): remove dns for wireguard client
This commit is contained in:
parent
48ee250736
commit
fc5c9a04ec
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@
|
|||
wg-quick.interfaces = {
|
||||
wg0 = {
|
||||
address = [ "10.42.0.3/32"];
|
||||
dns = ["80.67.169.12" "2001:910:800::12" "80.67.169.40" "2001:910:800::40"];
|
||||
privateKeyFile = "/etc/wireguard_private_key";
|
||||
|
||||
peers = [
|
||||
|
|
Loading…
Reference in a new issue