Initial commit (code only without large binaries)

This commit is contained in:
robin
2026-02-15 18:58:44 +08:00
commit 35df75498f
9442 changed files with 1495866 additions and 0 deletions

26
EdgeUser/web/docs/@toc.md Normal file
View File

@@ -0,0 +1,26 @@
* CDN
* [HTTP](cdn/http.md)
* [HTTPS](cdn/https.md)
* [HTTP/3](cdn/http3.md)
* [WebP](cdn/webp.md)
* [访问鉴权](cdn/http-auth.md)
* [URL鉴权方式A](cdn/http-auth-type-a.md)
* [URL鉴权方式B](cdn/http-auth-type-b.md)
* [URL鉴权方式C](cdn/http-auth-type-c.md)
* [URL鉴权方式D](cdn/http-auth-type-d.md)
* [URL跳转](cdn/redirect.md)
* [防盗链](cdn/referers.md)
* [UA名单](cdn/user-agent.md)
* [CC防护](cdn/cc.md)
* [访客IP地址](cdn/remote-addr.md)
* [Websocket](cdn/websocket.md)
* [HTTP报头](cdn/http-header.md)
* [CORS跨域设置](cdn/cors.md)
* [PROXY Protocol](cdn/proxy-protocol.md)
* [IPv6](cdn/ipv6.md)
* [重写规则](cdn/rewrite.md)
* [请求变量](cdn/variables.md)
* [常见问题](cdn/qa.md)
* WAF
* [国家/地区封禁](cdn/waf/deny-countries.md)
* [省份封禁](cdn/waf/deny-provinces.md)