Merge branch 'dev' into feature/xray-user-management
This commit is contained in:
commit
9ecdcc7e0a
559 changed files with 23114 additions and 10385 deletions
|
|
@ -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"
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue