A 0-RTT QUIC Proxy with SNI camouflage
- UDP Friendly with minimum header
- Full Cone
- QUIC based 0-RTT
- SNI camouflage with any domain (powered by JLS)
- Anti-hijack
- Resisting active detection
- Free of certificates
$ shadowquic -c client.yamlExample config: client.yaml
# config.yaml
{
name: "node_name",
type: shadowquic,
server: "1.1.1.1",
port: 1443,
username: "my_name",
password: "my_password",
server-name: "cloudflare.com"
}$ curl -L https://raw.githubusercontent.com/spongebob888/shadowquic/main/scripts/linux_install.sh | bashThis script will:
- Install
shadowquicto/usr/local/bin/ - Generate random credentials and config at
/etc/shadowquic/server.yaml - Setup and start
shadowquicsystemd service
$ systemctl start shadowquic.service
$ systemctl stop shadowquic.service$ shadowquic -c server.yamlExample config server.yaml
Configuration detail can be found in Documentation
- docker: example coompose file