aboutsummaryrefslogtreecommitdiff
path: root/src/cli.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2021-08-21 06:14:16 +0000
committerFuwn <[email protected]>2021-08-21 06:14:16 +0000
commit192745305bf5afe1a07bf504b3dd44eb83ffbf0e (patch)
tree218493e35aab514289f8d2ec08dd20600a11fc20 /src/cli.rs
parentfix(nitrous): socks4h being used instead of socks4 (diff)
downloadnitrous-192745305bf5afe1a07bf504b3dd44eb83ffbf0e.tar.xz
nitrous-192745305bf5afe1a07bf504b3dd44eb83ffbf0e.zip
fix(check): use http if http
Diffstat (limited to 'src/cli.rs')
-rw-r--r--src/cli.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 4214a13..b25df83 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -10,6 +10,7 @@ use structopt::{
use crate::nitrous::Nitrous;
+#[derive(PartialEq)]
pub enum ProxyType {
Http,
Socks4,