Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/imgk/caddy-shadowsocks-tls

Shadowsocks HTTP2/HTTP3 plugin
https://github.com/imgk/caddy-shadowsocks-tls

http2 http3 shadowsocks

Last synced: about 2 months ago
JSON representation

Shadowsocks HTTP2/HTTP3 plugin

Awesome Lists containing this project

README

        

# Caddy-Shadowsocks-tls

## Build with xcaddy
```
$ xcaddy build \
--with github.com/imgk/caddy-shadowsocks-tls
```

## Config
```
{
"apps": {
"http": {
"servers": {
"": {
"routes": [
{
"handle": [
{
"handler": "shadowsocks_tls",
"server": "127.0.0.1:8388",
"users": ["password-1", "password-2"]
}
]
}
]
}
}
}
}
}

```