async fn verify_connection(
    client: &Client,
    ip: String,
    port: String,
    protocol: String,
    username: String,
    password: String
) -> Result<(), Box<dyn Error>>
Expand description

With the users specified AdGuard details, verify the connection (exit on fail)