Add socks5 options to commandline
This commit is contained in:
parent
d2bd237bdd
commit
ff6c4164b8
2 changed files with 40 additions and 23 deletions
|
@ -60,6 +60,7 @@ data TunnelSettings = TunnelSettings
|
|||
, destPort :: PortNumber
|
||||
, protocol :: Protocol
|
||||
, useTls :: Bool
|
||||
, useSocks :: Bool
|
||||
}
|
||||
|
||||
instance Show TunnelSettings where
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue