Initial commit: Xuper VPN Launcher source code

This commit is contained in:
Renato
2026-02-09 22:24:07 +01:00
commit 8bb094cf1a
626 changed files with 25325 additions and 0 deletions

28
.env Normal file
View File

@@ -0,0 +1,28 @@
# Smart DNS Environment Configuration
# Timezone
TZ=UTC
# VPS Public IP - Update this with your actual IP
VPS_IP=194.163.191.200
# Domain for DoT endpoint
DOMAIN=tv.cbcren.online
# DNS Configuration
DNS_PORT=53
DNS_UPSTREAM_TLS=1.1.1.1:853
# Caddy DoT Configuration
CADDY_ADMIN_PORT=2019
DOT_PORT=853
# SNI Proxy Configuration (using alternative ports)
SNI_PROXY_HTTP_PORT=8080
SNI_PROXY_HTTPS_PORT=8443
# HTTP for ACME (alternative to port 80)
HTTP_PORT=8081
# Network Configuration
DOCKER_SUBNET=172.28.0.0/16