chore(eurus): change static ip and gateway

This commit is contained in:
Mohammad Rafiq 2025-05-02 16:02:05 +08:00
parent 2a0b35b2ec
commit bacf1a8b08
No known key found for this signature in database

View file

@ -8,11 +8,11 @@
interfaces.enp3s0.useDHCP = false; # Disable DHCP, we use static IP interfaces.enp3s0.useDHCP = false; # Disable DHCP, we use static IP
interfaces.enp3s0.ipv4.addresses = [ interfaces.enp3s0.ipv4.addresses = [
{ {
address = "160.191.77.168"; address = "103.179.44.32";
prefixLength = 24; # Or 255.255.255.0 prefixLength = 24; # Or 255.255.255.0
} }
]; ];
defaultGateway = "160.191.77.1"; # The gateway from the admin panel defaultGateway = "103.179.44.1"; # The gateway from the admin panel
nameservers = [ nameservers = [
"1.1.1.1" "1.1.1.1"
"1.0.0.1" "1.0.0.1"