Go to file
Jerry Jacobs c322d01d29 Use config_release.go from actions secrets var 2024-07-26 07:39:53 +02:00
.github/workflows Use config_release.go from actions secrets var 2024-07-26 07:39:53 +02:00
resources Initial working version 2024-07-24 22:57:32 +02:00
vendor Initial working version 2024-07-24 22:57:32 +02:00
.gitignore Initial working version 2024-07-24 22:57:32 +02:00
LICENSE Initial working version 2024-07-24 22:57:32 +02:00
Makefile Use config_release.go from actions secrets var 2024-07-26 07:39:53 +02:00
README.md Initial try building with github action 2024-07-26 07:21:58 +02:00
config.go Initial working version 2024-07-24 22:57:32 +02:00
config_template.go Initial working version 2024-07-24 22:57:32 +02:00
go.mod Initial working version 2024-07-24 22:57:32 +02:00
go.sum Initial working version 2024-07-24 22:57:32 +02:00
main.go Initial working version 2024-07-24 22:57:32 +02:00
main_debug.go Initial working version 2024-07-24 22:57:32 +02:00
main_release.go Initial working version 2024-07-24 22:57:32 +02:00

README.md

socks5-ssh-proxy

If HTTP(s) is filtered and outbound SSH is allowed, just create a SOCKS5 proxy. Beat the sensorship, and be free!

Server installation

For SSHFP check:

  • Create SSHFP DNS records use ssh-keygen -r on the server
  • Configure DNS server with those records
  • Check if records are active with dig SSHFP <hostname> +short

Browsing with chrome over the proxy

E.g:

"C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --proxy-server="socks5://127.0.0.1:1337" --user-data-dir="Y:\ChromeProfile"

Detection

See https://go.dev/doc/faq#virus

  • Microsoft Defender: Trojan:Win32/Gracing.I - Severe