Merge branch 'dev' into feature/xray-user-management

This commit is contained in:
aiamnezia 2024-10-26 06:01:51 +04:00
commit 9ecdcc7e0a
559 changed files with 23114 additions and 10385 deletions

View file

@ -28,7 +28,7 @@ cat > /opt/amnezia/xray/server.json <<EOF
},
"inbounds": [
{
"port": "$XRAY_SERVER_PORT",
"port": $XRAY_SERVER_PORT,
"protocol": "vless",
"settings": {
"clients": [
@ -39,7 +39,7 @@ cat > /opt/amnezia/xray/server.json <<EOF
"network": "tcp",
"security": "reality",
"realitySettings": {
"dest": "$XRAY_SITE_NAME:$XRAY_SERVER_PORT",
"dest": "$XRAY_SITE_NAME:443",
"serverNames": [
"$XRAY_SITE_NAME"
],