docker run -dit \
--name tuic \
-p PORT:PORT/udp \
-v $HOME/docker/tuic/config.json:/etc/tuic/config.json \
-v $HOME/docker/tuic/cert/:/etc/tuic/cert \
--restart unless-stopped \
tinyserve/tuic
{
"server": "[::]:PORT",
"users": {
"UUID": "PASSWORD"
},
"certificate": "/etc/tuic/cert/xx.cert",
"private_key": "/etc/tuic/cert/xx.key",
"congestion_control": "bbr",
"alpn": ["h3"],
"udp_relay_ipv6": true,
"zero_rtt_handshake": false,
"dual_stack": true,
"auth_timeout": "3s",
"task_negotiation_timeout": "3s",
"max_idle_time": "10s",
"send_window": 16777216,
"receive_window": 8388608,
"gc_interval": "3s",
"gc_lifetime": "15s",
"log_level": "info"
}
Content type
Image
Digest
sha256:1f99460f0…
Size
5 MB
Last updated
almost 2 years ago
docker pull tinyserve/tuic:v1.1.2-fix1