You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Nikita Tokarchuk
74a60df38a
|
3 years ago | |
---|---|---|
net/coredns | 3 years ago | |
LICENSE | 3 years ago | |
README.md | 3 years ago |
README.md
openwrt-feed-coredns
This is an openwrt feed that contains definitions to include CoreDNS software into your OpenWRT build.
how to add the feed into your build
see for details: https://openwrt.org/docs/guide-developer/feeds
-
open your feeds.conf.default and add the following line:
src-git feed_coredns https://code.tokarch.uk/mainnika/openwrt-feed-coredns.git
-
run update script:
./scripts/feeds update feed_coredns
-
install coredns packages into your build:
./scripts/feeds install -a -p feed_coredns