Set Wireguard DNS to zion
This commit is contained in:
parent
287e5615a4
commit
3f63234965
|
@ -20,7 +20,7 @@
|
||||||
wg0 = {
|
wg0 = {
|
||||||
address = [ "10.8.0.2/32" ];
|
address = [ "10.8.0.2/32" ];
|
||||||
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
|
privateKeyFile = "/home/coolneng/.wg/keys/privatekey";
|
||||||
dns = [ "176.9.37.132" "116.203.147.31" ];
|
dns = [ "10.8.0.1" ];
|
||||||
peers = [
|
peers = [
|
||||||
# zion
|
# zion
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue