We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ca3f79 commit 8364381Copy full SHA for 8364381
clash-lib/src/proxy/tuic/mod.rs
@@ -389,7 +389,7 @@ mod tests {
389
DockerTestRunnerBuilder::new()
390
.image(IMAGE_TUIC)
391
.mounts(&[
392
- (conf.to_str().unwrap(), "/etc/tuic/config.toml"),
+ (conf.to_str().unwrap(), "/etc/tuic/config.json"),
393
(cert.to_str().unwrap(), "/opt/tuic/fullchain.pem"),
394
(key.to_str().unwrap(), "/opt/tuic/privkey.pem"),
395
])
0 commit comments