An open API service indexing awesome lists of open source software.

https://github.com/ysicing/caddy2-geocn

caddy2 识别中国ip
https://github.com/ysicing/caddy2-geocn

caddy-plugin ysicing-environment

Last synced: over 1 year ago
JSON representation

caddy2 识别中国ip

Awesome Lists containing this project

README

          

# GeoCN

> 识别来源ip是否为中国ip

## install

```bash
xcaddy build --with github.com/ysicing/caddy2-geocn
```

## usage

```caddyfile
@geofilter {
geocn
}
file_server @geofilter {
# TODO
}
file_server {
# TODO
}
```