core engine rewrite and client side changes

This commit is contained in:
2026-03-21 22:24:21 +07:00
parent af5ab22712
commit 46e8b4ae73
13 changed files with 573 additions and 376 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ impl FakeIpStore {
self.next_ip += 1;
self.cache.put(host.to_string(), ip);
self.rev_cache.put(ip, host.to_string());
info!(host = %host, ip = %ip, "Assigned new fake IP");
debug!(host = %host, ip = %ip, "Assigned new fake IP");
ip
}