adguard
This commit is contained in:
@@ -47,6 +47,28 @@ in
|
||||
psk = "$PSK";
|
||||
};
|
||||
};
|
||||
|
||||
"static-enabcm6e4ei0" = {
|
||||
connection = {
|
||||
id = "static-enabcm6e4ei0";
|
||||
type = "ethernet";
|
||||
interface-name = "enabcm6e4ei0";
|
||||
};
|
||||
|
||||
ipv4 = {
|
||||
method = "manual";
|
||||
address-data = [{
|
||||
address = "10.0.1.2";
|
||||
prefix = 24;
|
||||
}];
|
||||
gateway = "10.0.1.1";
|
||||
dns = [ "10.0.1.1" "1.1.1.1" ];
|
||||
};
|
||||
ipv6 = {
|
||||
addr-gen-mode = "stable-privacy";
|
||||
method = "auto";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user