adguard dns rewrites
This commit is contained in:
parent
657df4e92b
commit
936b6b5c9b
@ -10,6 +10,14 @@
|
|||||||
"8.8.8.8"
|
"8.8.8.8"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
filtering = {
|
||||||
|
rewrites = [
|
||||||
|
{
|
||||||
|
domain = "*.l.m3tam3re.com";
|
||||||
|
answer = "192.168.178.210";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
networking.firewall.allowedTCPPorts = [53];
|
networking.firewall.allowedTCPPorts = [53];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user