Initial commit: Xuper VPN Launcher source code
This commit is contained in:
28
.env
Normal file
28
.env
Normal 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
|
||||
Reference in New Issue
Block a user