Switch xray server from unix socket to TCP socket
This commit is contained in:
+2
-1
@@ -4,7 +4,8 @@
|
||||
},
|
||||
"inbounds": [
|
||||
{
|
||||
"listen": "/dev/shm/xray.sock,0666",
|
||||
"listen": "0.0.0.0",
|
||||
"port": 8080,
|
||||
"protocol": "vless",
|
||||
"settings": {
|
||||
"clients": [
|
||||
|
||||
Reference in New Issue
Block a user