1
0
Fork 0
mirror of https://github.com/poseidon/typhoon synced 2024-06-09 00:06:13 +02:00
typhoon/digital-ocean
Dalton Hubble e95b856a22 Enable CoreDNS loop and loadbalance plugins
* loop sends an initial query to detect infinite forwarding
loops in configured upstream DNS servers and fast exit with
an error (its a fatal misconfiguration on the network that
will otherwise cause resolvers to consume memory/CPU until
crashing, masking the problem)
* https://github.com/coredns/coredns/tree/master/plugin/loop
* loadbalance randomizes the ordering of A, AAAA, and MX records
in responses to provide round-robin load balancing (as usual,
clients may still cache responses though)
* https://github.com/coredns/coredns/tree/master/plugin/loadbalance
2018-11-10 17:36:56 -08:00
..
container-linux/kubernetes Enable CoreDNS loop and loadbalance plugins 2018-11-10 17:36:56 -08:00
fedora-atomic/kubernetes Enable CoreDNS loop and loadbalance plugins 2018-11-10 17:36:56 -08:00