I'd like to use the rewrite plugin to change all requests to Ubuntu mirrors as follows:
rewrite name *.archive.ubuntu.com mirror.local.com
However, the rewrite plugin doesn't currently support wildcards.
That's a nice idea/enhencement
@jpds , I think this is resolved in #1297
rewrite name regex (.*)\.archive.ubuntu.com {1}.mirror.local.com
or
rewrite name regex (.*)\.archive\.ubuntu\.com mirror.local.com
That's a nice idea/enhencement
@miekg , is the issue ripe for closing?
[ Quoting notifications@github.com in "Re: [coredns/coredns] rewrite: Supp..." ]
That's a nice idea/enhencement
@miekg , is the issue ripe for closing?
looks like it :) (sorry haven't been following closely as John was doing most of
it)
Most helpful comment
@jpds , I think this is resolved in #1297
or