Browse Source

switch to dns over https

Blaine Story 2 năm trước cách đây
mục cha
commit
0b5198fdad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      group_vars/dhcp.yml

+ 1 - 1
group_vars/dhcp.yml

@@ -1,7 +1,7 @@
 ---
 dns_primary: 1.1.1.1
 dns_secondary: 1.0.0.1
-dns_over_https: false
+dns_over_https: true
 
 gateway_server_ip: 10.0.0.2
 actual_gateway_ip: 10.0.0.1