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

17
.env.example Normal file
View File

@@ -0,0 +1,17 @@
# Environment variables for Smart DNS project
# Copy this to .env and customize
# Email for Let's Encrypt notifications
CADDY_EMAIL=admin@cbcren.online
# Domain for DoT service
DOT_DOMAIN=tv.dns.cbcren.online
# Upstream DNS servers (comma separated)
UPSTREAM_DNS=8.8.8.8,8.8.4.4,1.1.1.1
# DNS cache size for Dnsmasq
DNS_CACHE_SIZE=10000
# Network configuration
DNS_SUBNET=172.28.0.0/16