2023-12-20 03:51:27 -05:00
|
|
|
{...}: {
|
|
|
|
services = {
|
|
|
|
blocky = {
|
|
|
|
enable = true;
|
2023-12-27 11:39:38 -05:00
|
|
|
|
2023-12-20 03:51:27 -05:00
|
|
|
settings = {
|
|
|
|
upstream = {
|
|
|
|
default = [
|
|
|
|
"127.0.0.1:5335"
|
|
|
|
"127.0.0.1:5335"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
|
|
|
|
blocking = {
|
|
|
|
blackLists = {
|
|
|
|
ads = [
|
|
|
|
"https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts"
|
|
|
|
];
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
};
|
|
|
|
}
|