Update README.md

This commit is contained in:
sixg0000d
2021-06-26 10:00:32 +08:00
committed by GitHub
parent 2dcd266393
commit 686c84227c

View File

@@ -66,7 +66,7 @@ server {
listen 443 ssl http2;
listen [::]:443 ssl http2;
# ......
location /GunService {
location /GunService/Tun {
if ($request_method != "POST" ) {
return 404;
}