adguard stuffs
This commit is contained in:
@@ -13,6 +13,8 @@ in
|
||||
firewall = {
|
||||
enable = true;
|
||||
allowPing = true;
|
||||
allowedTCPPorts = [ 80 ];
|
||||
allowedUDPPorts = [ 80 ];
|
||||
};
|
||||
|
||||
# Enable Network Manager
|
||||
@@ -57,12 +59,9 @@ in
|
||||
|
||||
ipv4 = {
|
||||
method = "manual";
|
||||
address-data = [{
|
||||
address = "10.0.1.2";
|
||||
prefix = 24;
|
||||
}];
|
||||
address = "10.0.1.2/24";
|
||||
gateway = "10.0.1.1";
|
||||
dns = [ "10.0.1.1" "1.1.1.1" ];
|
||||
dns = "1.1.1.1";
|
||||
};
|
||||
ipv6 = {
|
||||
addr-gen-mode = "stable-privacy";
|
||||
@@ -73,4 +72,4 @@ in
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user