Initial commit: sing-box Reality + Hysteria2 deploy for 66.hyf2.cc

Ubuntu deployment at /opt/jiedian with pre-filled env for 47.76.87.111.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-06-16 08:21:49 +08:00
commit cd0639d55c
16 changed files with 1080 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
server {
listen 127.0.0.1:8080;
server_name localhost;
root /var/www/fallback;
index index.html;
location / {
try_files $uri $uri/ =404;
}
}