mirror of
https://github.com/xVRVx/autoXRAY.git
synced 2026-08-28 17:45:33 +00:00
Add files via upload
This commit is contained in:
@@ -41,8 +41,8 @@ echo "✅ Записываем конфигурацию в $CONFIG_PATH для
|
||||
|
||||
bash -c "cat > $CONFIG_PATH" <<EOF
|
||||
server {
|
||||
listen 127.0.0.1:3333 ssl http2 proxy_protocol;
|
||||
server_name $DOMAIN;
|
||||
listen unix:/dev/shm/nginx.sock ssl http2 proxy_protocol;
|
||||
|
||||
set_real_ip_from 127.0.0.1;
|
||||
real_ip_header proxy_protocol;
|
||||
@@ -227,7 +227,7 @@ cat << 'EOF' | envsubst > "$SCRIPT_DIR/config.json"
|
||||
"realitySettings": {
|
||||
"show": false,
|
||||
"xver": 1,
|
||||
"target": "3333",
|
||||
"target": "/dev/shm/nginx.sock",
|
||||
"spiderX": "/",
|
||||
"shortIds": [
|
||||
"${xray_shortIds_vrv}"
|
||||
|
||||
Reference in New Issue
Block a user