services/unbound: use wg0 ip for warden

This commit is contained in:
LavaDesu 2022-02-28 00:10:28 +07:00
parent a65bce3052
commit eefa011945
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -31,7 +31,7 @@ in {
domain-insecure = [ "\"local.lava.moe\"" ];
local-zone = [ "\"warden.local.lava.moe.\" redirect" ];
local-data = [
"\"warden.local.lava.moe. IN A 192.168.100.15\""
"\"warden.local.lava.moe. IN A 10.100.0.2\""
];
};