Skip to content

Commit 3436502

Browse files
davidv1992rnijveld
authored andcommitted
[Management] Include auth token randomizer in server list for poolke.
1 parent c96dab2 commit 3436502

File tree

1 file changed

+1
-1
lines changed
  • nts-pool-management/src/routes

1 file changed

+1
-1
lines changed

nts-pool-management/src/routes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ pub async fn poolke_servers(
102102
domain: ts.hostname,
103103
port: ts.port.map(|p| p.into()).unwrap_or(4460),
104104
base_key_index: 0,
105-
randomizer: "".into(),
105+
randomizer: ts.auth_token_randomizer,
106106
weight: Some(ts.weight.try_into().unwrap_or(1)),
107107
regions: vec![],
108108
ipv4_capable: Some(ts.ipv4_score > 10.0),

0 commit comments

Comments
 (0)