Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/missdeer/ipset
ipset plugin for CoreDNS
https://github.com/missdeer/ipset
Last synced: 26 days ago
JSON representation
ipset plugin for CoreDNS
- Host: GitHub
- URL: https://github.com/missdeer/ipset
- Owner: missdeer
- License: gpl-3.0
- Created: 2019-12-18T09:57:59.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T09:35:49.000Z (over 1 year ago)
- Last Synced: 2024-02-12T17:07:17.548Z (10 months ago)
- Language: Go
- Size: 32.2 KB
- Stars: 9
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-coredns - ipset - ipset plugin for CoreDNS (External Plguins)
README
# ipset
ipset plugin for CoreDNS[中文简要使用说明](https://github.com/missdeer/ipset/issues/4#issuecomment-974837810),感谢[@ioiioo](https://github.com/ioiioo)。
## Example
```js
.:53 {
forward . 192.168.1.1
ipset {
twiroute api.twitter.com twitter.com dev.twitter.com www.twitter.com
route2 domain1.net domain2.net domain3.net
}
ipset testroute1 testroute2 testroute3
log
}
```