We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c96dab2 commit 3436502Copy full SHA for 3436502
nts-pool-management/src/routes/mod.rs
@@ -102,7 +102,7 @@ pub async fn poolke_servers(
102
domain: ts.hostname,
103
port: ts.port.map(|p| p.into()).unwrap_or(4460),
104
base_key_index: 0,
105
- randomizer: "".into(),
+ randomizer: ts.auth_token_randomizer,
106
weight: Some(ts.weight.try_into().unwrap_or(1)),
107
regions: vec![],
108
ipv4_capable: Some(ts.ipv4_score > 10.0),
0 commit comments