feat: allow to modify /etc/hosts for testing

This commit is contained in:
Ryan Yin
2025-07-01 16:20:52 +08:00
parent 0a05224ffe
commit a144093227

View File

@@ -18,4 +18,8 @@
"ntp.aliyun.com" # Aliyun NTP Server
"ntp.tencent.com" # Tencent NTP Server
];
# dynamically update /etc/hosts for testing
# Note that changes made in this way will be discarded when switching configurations.
environment.etc.hosts.mode = "0644";
}