Total Pageviews

Thursday 14 May 2020

一个基于haskell的全局代理程序socksmaster


A Simple pseudo  VPN using local socks proxy and routing table.

config file

The config file need to be at ~/.sockmaster/config
first of, the providers: it's a list of different way to tunnel your data. the name is the reference to this provider that can be used later in the routing table:
[providers]
name=provider
...
the provider need to be one of those 3 options:
  • none: drop the connection request by returning a connection refused.
  • direct: the connection is established directly by socksmaster.
  • external:: : connect to a sub SOCKS server that will tunnel the data.
Then the rules:
[rules=]
=
...
from https://github.com/vincenthz/socksmaster

No comments:

Post a Comment