Remove kcp support

Signed-off-by: Jacob Kiers <code@kiers.eu>
This commit is contained in:
2024-02-23 22:49:43 +01:00
parent 9d9f89881d
commit 59c7128f93
16 changed files with 2 additions and 1136 deletions

View File

@@ -221,7 +221,7 @@ mod tests {
let config = ConfigV1::new("tests/config.yaml").unwrap();
assert_eq!(config.base.version, 1);
assert_eq!(config.base.log.unwrap(), "disable");
assert_eq!(config.base.servers.len(), 5);
assert_eq!(config.base.servers.len(), 3);
assert_eq!(config.base.upstream.len(), 3 + 2); // Add ban and echo upstreams
}
}