Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/imgk/caddy-shadowsocks-tls
- Owner: imgk
- License: gpl-3.0
- Created: 2020-12-18T11:36:10.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-07T09:12:30.000Z (almost 4 years ago)
- Last Synced: 2024-10-09T14:40:43.820Z (3 months ago)
- Topics: http2, http3, shadowsocks
- Language: Go
- Homepage:
- Size: 237 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"]
}
]
}
]
}
}
}
}
}```