diff options
author | 2020-07-30 22:51:14 -0700 | |
---|---|---|
committer | 2020-07-31 07:51:14 +0200 | |
commit | f23171af5f3f6432c249e26265ec6540f6c1b46b (patch) | |
tree | ff9a858d6b2fd4050af15860bb4231e6423ed200 /go.mod | |
parent | ec906fe37f652924c056b967de38b3c5d926ee92 (diff) | |
download | coredns-f23171af5f3f6432c249e26265ec6540f6c1b46b.tar.gz coredns-f23171af5f3f6432c249e26265ec6540f6c1b46b.tar.zst coredns-f23171af5f3f6432c249e26265ec6540f6c1b46b.zip |
Fix wildcard records issue in rout53 plugin (#4038)
* Fix wildcard records issue in rout53 plugin
This PR tries to address 4035 where wild card records does not return
correctly in route53 plugin. The issue was that `strings.Index(s, substr string)`
expect substr to be a string but the code defines as char.
This PR fixes 4035.
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
* Fix failed tests
Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
Diffstat (limited to 'go.mod')
0 files changed, 0 insertions, 0 deletions