packages feed

moesocks 0.1.1.30 → 0.1.1.31

raw patch · 3 files changed

+5/−3 lines, 3 files

Files

CHANGELOG.md view
@@ -1,3 +1,7 @@+0.1.1.31+--------+* Fix hardcoded encryption method+ 0.1.1.30 -------- * Add more encryption methods from OpenSSL
moesocks.cabal view
@@ -1,6 +1,6 @@ name:               moesocks category:           Network-version:            0.1.1.30+version:            0.1.1.31 license:            Apache-2.0 synopsis:           A functional firewall killer description:        A socks5 proxy using the client / server architecture.
src/Network/MoeSocks/App.hs view
@@ -143,8 +143,6 @@       let configStr = showConfig _config ^. _Text :: String       io - debug_ - "Using config: " <> configStr       pure - _config -                & method .~ "camellia-128-cfb8"-                initLogger :: Priority -> IO () initLogger aLevel = do