fix DNS search domain in space
This commit is contained in:
parent
01b5fdb887
commit
d911164488
1 changed files with 3 additions and 3 deletions
|
@ -63,12 +63,12 @@ in
|
|||
private-domain = [
|
||||
"dadada.li"
|
||||
(mkIf cfg.localResolver.uwu "uwu")
|
||||
(mkIf cfg.localResolver.s0 "s0")
|
||||
(mkIf cfg.localResolver.s0 "space.stratum0.net")
|
||||
];
|
||||
domain-insecure = [
|
||||
"dadada.li"
|
||||
(mkIf cfg.localResolver.uwu "uwu")
|
||||
(mkIf cfg.localResolver.s0 "s0")
|
||||
(mkIf cfg.localResolver.s0 "space.stratum0.net")
|
||||
];
|
||||
interface = [
|
||||
"127.0.0.1"
|
||||
|
@ -97,7 +97,7 @@ in
|
|||
)
|
||||
(
|
||||
mkIf cfg.localResolver.s0 {
|
||||
name = "s0.";
|
||||
name = "space.stratum0.net.";
|
||||
forward-addr = [
|
||||
"192.168.178.1"
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue