We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70695c4 commit 1fb3efaCopy full SHA for 1fb3efa
nts-pool-management/src/routes/monitoring.rs
@@ -41,6 +41,22 @@ pub async fn get_work(
41
port: None,
42
},
43
),
44
+ (
45
+ IpVersion::Srvv4,
46
+ ProbeTimesourceInfo {
47
+ uuid: ts.id.to_string(),
48
+ domain: Some(ts.hostname.clone()),
49
+ port: ts.port.map(|v| v.into()),
50
+ },
51
+ ),
52
53
+ IpVersion::Srvv6,
54
55
56
57
58
59
60
]
61
.into_iter()
62
})
0 commit comments