feat: compress connection keys (rtun2) for easier copy/paste
This commit is contained in:
+1
-1
@@ -633,7 +633,7 @@ mod tests {
|
||||
|
||||
fn test_connection_key(target: &str) -> ConnectionKey {
|
||||
ConnectionKey {
|
||||
version: 1,
|
||||
version: 2,
|
||||
target: target.to_string(),
|
||||
ca_cert_pem: "ca".to_string(),
|
||||
server_cert_pem: "server-cert".to_string(),
|
||||
|
||||
Reference in New Issue
Block a user