Skip to content

Commit

Permalink
Fix plugin load of fallback (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli authored Jun 14, 2021
1 parent 819551b commit 9c100f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN \
&& git clone --depth 1 -b v${COREDNS_VERSION} https://github.com/coredns/coredns \
&& cp -rf plugins/* coredns/plugin/ \
&& cd coredns \
&& sed -i "/^forward:.*/a fallback:fallback" plugin.cfg \
&& sed -i "/^forward:.*/i fallback:fallback" plugin.cfg \
&& sed -i "/^hosts:.*/a mdns:mdns" plugin.cfg \
&& sed -i "/route53:route53/d" plugin.cfg \
&& sed -i "/clouddns:clouddns/d" plugin.cfg \
Expand Down

0 comments on commit 9c100f1

Please sign in to comment.