Explorar el Código

adjust vless-h2c caddy2 4 spaces

kslr hace 5 años
padre
commit
02dc463b3b
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      VLESS-H2C-Caddy2/Caddyfile

+ 2 - 2
VLESS-H2C-Caddy2/Caddyfile

@@ -4,7 +4,7 @@ xx.com {
     
     reverse_proxy /path 127.0.0.1:2001 {
         transport http {
-          versions h2c
+            versions h2c
         }
-    }
+   }
 }