configurable resolved hostname in the hostmask (use_resolved_host)

This commit is contained in:
Jean Chevronnet 2026-08-08 00:09:28 +00:00
parent 4fc26d13e9
commit dbdeb97392
5 changed files with 44 additions and 8 deletions

View file

@ -229,6 +229,8 @@ impl Command for Rehash {
s.cloak_key = fresh.cloak_key;
s.censor = fresh.censor;
s.amu = fresh.amu;
s.resolve_hosts = fresh.resolve_hosts;
s.use_resolved_host = fresh.use_resolved_host;
s.numeric(uid, RPL_REHASHING, &format!("{} :Rehashing", s.conf_path));
CmdResult::Ok
}