feat: update ipset m

This commit is contained in:
2025-08-02 14:09:50 +08:00
parent dc97d211d8
commit d63220ebac
3 changed files with 24 additions and 2 deletions

View File

@@ -6,3 +6,13 @@ Linux ipset management
```shell
xh GET 0:2688/ipset x-ssrf-token:token
```
```shell
curl -H 'x-ssrf-token: SSRF' 0:2688/ipset/allowipset/ips | jq .
{
"ips": [
"36.28.*.*",
"36.20.*.*"
]
}
```