Skip to content

greg42/socks-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple library, implementing a SOCKS5 proxy. There is haddock documentation available, which describes the API. For a real quick-start, open Network/Socks/Server.hs in ghci and type:

forkingSocksServer "127.0.0.1" 1080 [SocksNoAuth] alwaysSucceedAuthenticator simpleRequestHandler

You should then be able to use localhost:1080 as a socks proxy. To try it, you can use your web browser or simply netcat:

nc -v -X 5 -x 127.0.0.1:1080 google.com 80

About

A simple SOCKS5 server library in Haskell

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published