FILE / ScuroNeko/mtg

contrib/sni-router/www/index.html

Исходный файл и его история в репозитории.
FILE 0c1d0019498017a87f2a64548c66197677f03c4e
Files
mtg/contrib/sni-router/www/index.html
T
dolonet 0c1d001949 Add docker-compose example with HAProxy SNI router
Turnkey deployment: HAProxy on :443 peeks at the TLS SNI and routes
Telegram clients to mtg while forwarding everything else (including DPI
probes) to a real Caddy web server with automatic HTTPS.

This is the setup recommended in BEST_PRACTICES.md, packaged so that
operators can clone and run it with minimal configuration.

Refs: #458
2026-04-10 10:12:39 +00:00

6 lines
173 B
HTML

<!doctype html>
<html lang="en">
<head><meta charset="utf-8"><title>Welcome</title></head>
<body><h1>It works!</h1><p>Replace this with your own content.</p></body>
</html>