1
0
Эх сурвалжийг харах

Fixed the gRPC settings location (#68)

Hirbod Behnam 4 жил өмнө
parent
commit
1b772667f2

+ 5 - 5
VLESS-gRPC-TLS/config_server.json

@@ -28,10 +28,10 @@
 							"certificateFile": "/path/to/fullchain.crt",
 							"keyFile": "/path/to/private.key"
 						}
-					],
-					"grpcSettings": {
-						"serviceName": "GunService"
-					}
+					]
+				},
+                "grpcSettings": {
+					"serviceName": "GunService"
 				}
 			}
 		}
@@ -42,4 +42,4 @@
 			"tag": "direct"
 		}
 	]
-}
+}