docs(lua): add package comments for lua module

- Add package documentation for ip_guard file
- Include author attribution (xfy)
This commit is contained in:
xfy911 2026-06-03 15:28:53 +08:00
parent 4a53d3032a
commit 63ce8ecd2a

View File

@ -1,3 +1,8 @@
// Package lua 提供 Lua 脚本扩展功能,支持 IP 黑白名单、请求处理等。
//
// 包含 IP 守卫相关的逻辑,用于处理 IP 黑白名单功能。
//
// 作者xfy
package lua
import "net"