Add socks5 options to commandline

This commit is contained in:
Erèbe 2016-08-24 15:26:25 +02:00
parent d2bd237bdd
commit ff6c4164b8
2 changed files with 40 additions and 23 deletions

View file

@ -60,6 +60,7 @@ data TunnelSettings = TunnelSettings
, destPort :: PortNumber
, protocol :: Protocol
, useTls :: Bool
, useSocks :: Bool
}
instance Show TunnelSettings where