CertainTLS
CertainTLS
This PR implements [Pluggable Transport Specification v3.0 - Go Transport API](https://github.com/Pluggable-Transports/Pluggable-Transports-spec/blob/main/releases/PTSpecV3.0/Pluggable%20Transport%20Specification%20v3.0%20-%20Go%20Transport%20API%20v3.0.md) so other applications can use `hysteria` as a pluggable transport. ### Status update (Mar.12.2023): 1. Hysteria [had feature updates](https://github.com/apernet/hysteria/pull/340#issuecomment-1400630233),...
This project implements [Pluggable Transport Specification - Dispatcher IPC Interface](https://github.com/Pluggable-Transports/Pluggable-Transports-spec/blob/main/releases/PTSpecV3.0/Pluggable%20Transport%20Specification%20v3.0%20-%20Dispatcher%20IPC%20Interface%20v3.0.md) However, the majority of users that use circumvention today do not run a few specific circumvention applications like Tor browser...
Added the github action to automate the testing on Push and Pull Request. Through the work, I changed two additional things to make all the test green: 1. I removed...
When you check out the latest stable (v3.0.1), and `go install`, you would get the error below ``` vscode ➜ /workspaces/shapeshifter-dispatcher (main ✗) $ go install common/pt_extras/parsers.go:30:2: missing go.sum entry...
When I followed the documentation to start the dispatcher with shadow, there was no error on the server side, after ``` ./shapeshifter-dispatcher -transparent -server -state state -target 127.0.0.1:3333 -transports shadow...
Add a server socks5 proxy mode. The client side keeps using the transparent TCP mode. ## Usage Example: - Server side command ``` ./shapeshifter-dispatcher -mode dynamic -server -state state -transports...
AWS Debian 10 AMI doesn't have usermod. See https://github.com/certaintls/build-VPN-server/runs/4679434635?check_suite_focus=true ``` err: bash: line 2: usermod: command not found out: out: ================================================================================ out: out: To run Docker as a non-privileged user,...