Add: gRPC

Co-Authored-By: EIKULG <34759969+EIKULG@users.noreply.github.com>
This commit is contained in:
JimhHan
2021-03-27 22:28:52 +08:00
parent 466abebfd9
commit 804c2e7cba
4 changed files with 145 additions and 0 deletions

9
VLESS-GRPC/Caddyfile Normal file
View File

@@ -0,0 +1,9 @@
xx.com {
@grpc {
protocol grpc
path # 填写你的 ServiceName
}
reverse_proxy /h2 h2c://127.0.0.1:2003
root * /var/www
file_server
}