mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-20 17:14:41 +04:00
feat: move to own dns
This commit is contained in:
parent
96e942d8ac
commit
eaccf45596
15 changed files with 138 additions and 202 deletions
|
|
@ -47,10 +47,17 @@
|
|||
prefixLength = 24;
|
||||
address = "146.103.126.11";
|
||||
} ];
|
||||
interfaces.ens3.ipv6.addresses = [ {
|
||||
prefixLength = 64;
|
||||
address = "2a14:1e00:3:44d::1";
|
||||
} ];
|
||||
defaultGateway = "146.103.126.1";
|
||||
defaultGateway6 = { address = "fe80::1"; interface = "ens3"; };
|
||||
nameservers = [
|
||||
"1.1.1.1"
|
||||
"8.8.8.8"
|
||||
"2606:4700:4700::1111"
|
||||
"2001:4860:4860::8888"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue