Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 610 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 610 Bytes

Dummysocks

a dummy socks proxy without any server-side daemon

Screenshot

status bar

Screenshot

edit dialog

Screenshot

Config

after install dummysocks, you should configure it:

click Edit Config button:

......
<dict>
    <key>host</key>
    <string>diablo</string>
    <key>user</key>
    <string>huoxy</string>
    <key>private_key</key>
    <string>/Users/huoxy/.ssh/id_rsa</string>
</dict>
......

NOTE: private_key MUST BE a absolute path.