Browse Source

Fixed the gRPC settings location (#68)

pull/69/head
Hirbod Behnam 4 years ago committed by GitHub
parent
commit
1b772667f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      VLESS-gRPC-TLS/config_server.json

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

Loading…
Cancel
Save