coredns - proxy no longer valid - it is being replaced by forward
In the documentation, it says we can use coredns to do dns forwarding with this
. { proxy . 8.8.8.8:53 { protocol https_google } prometheus errors log }
This no longer work, as it is being replace with forward as shown below
. { forward . 8.8.8.8 9.9.9.9 log }
Comments