Browse Source

Fixed the gRPC settings location (#68)

Hirbod Behnam 4 years ago
parent
commit
1b772667f2
1 changed files with 5 additions and 5 deletions
  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",
 							"certificateFile": "/path/to/fullchain.crt",
 							"keyFile": "/path/to/private.key"
 							"keyFile": "/path/to/private.key"
 						}
 						}
-					],
-					"grpcSettings": {
-						"serviceName": "GunService"
-					}
+					]
+				},
+                "grpcSettings": {
+					"serviceName": "GunService"
 				}
 				}
 			}
 			}
 		}
 		}
@@ -42,4 +42,4 @@
 			"tag": "direct"
 			"tag": "direct"
 		}
 		}
 	]
 	]
-}
+}