feat: compress connection keys (rtun2) for easier copy/paste
This commit is contained in:
@@ -13,7 +13,7 @@ The project uses a layered error strategy:
|
||||
- The `Redacted` wrapper in `src/redact.rs` must be used before logging any secret.
|
||||
- `Redacted::inner()` and `into_inner()` are marked `#[allow(dead_code)]` to discourage use, but available for file writes.
|
||||
- `is_sensitive()` detects PEM private key blocks. `is_auth_token()` detects long alphanumeric strings.
|
||||
- `is_connection_key()` detects strings starting with `rtun1.`.
|
||||
- `is_connection_key()` detects strings starting with `rtun2.`.
|
||||
|
||||
## Async patterns
|
||||
|
||||
|
||||
Reference in New Issue
Block a user