l prism.r: add new ip
This commit is contained in:
parent
c893dbd479
commit
04297e6c09
@ -63,9 +63,15 @@
|
|||||||
defaultGateway = "95.216.1.129";
|
defaultGateway = "95.216.1.129";
|
||||||
# Use google's public DNS server
|
# Use google's public DNS server
|
||||||
nameservers = [ "8.8.8.8" ];
|
nameservers = [ "8.8.8.8" ];
|
||||||
interfaces.eth0 = {
|
interfaces.eth0.ipv4.addresses = [
|
||||||
ipAddress = "95.216.1.150";
|
{
|
||||||
|
address = "95.216.1.150";
|
||||||
prefixLength = 26;
|
prefixLength = 26;
|
||||||
};
|
}
|
||||||
|
{
|
||||||
|
address = "95.216.1.130";
|
||||||
|
prefixLength = 26;
|
||||||
|
}
|
||||||
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user