Explorar el Código

Fixed the gRPC settings location (#68)

Hirbod Behnam hace 4 años
padre
commit
1b772667f2
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5 5
      VLESS-gRPC-TLS/config_server.json

+ 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"
 		}
 	]
-}
+}