1
0
Fork 0
Commit Graph

26 Commits (9974ddb0d23be99f0d80b2cf56a991239a41ae30)

Author SHA1 Message Date
Ambrose Chua 9974ddb0d2
Rewrite code for new CoreDNS and proxy API
Also changes our API. Closes #9
2019-09-20 15:04:51 +08:00
Ambrose Chua 19a768ab4c
Merge pull request #8 from SuperQ/update_proxy
Update location of CoreDNS proxy plugin
2019-06-13 22:39:05 +08:00
Ben Kochie e2baa86755
Update location of CoreDNS proxy plugin
* Use the new external plugin location.
* `go fmt`.
* Update readme.

Signed-off-by: Ben Kochie <superq@gmail.com>
2019-06-05 10:51:17 +02:00
Ambrose Chua b05f09502d
Merge pull request #6 from ageis/use-context
Use Go's standard context library
2019-01-11 10:41:39 +08:00
Kevin Gallagher 9b9c3c7531 Use Go's standard context library 2019-01-09 23:40:08 +00:00
Ambrose Chua bd107b8c73
Merge pull request #5 from ageis/fix-parse-hostportorfile
dnsutil.ParseHostPortOrFile function moved
2018-12-01 17:05:07 +04:00
Kevin Gallagher 3e4f05a108 dnsutil.ParseHostPortOrFile function moved
Per https://github.com/coredns/coredns/pull/2104, this is now in
parse.HostPortorFile.
2018-11-03 17:32:01 -07:00
Ambrose Chua 4efeb9f3bf
Merge pull request #4 from Nordix/issue-3
Add "translateAll" parameter. Fix for #3
2018-10-31 16:12:54 +08:00
Lars Ekman 12eb64b68e Add "translateAll" parameter. Fix for #3 2018-10-28 10:03:13 +01:00
Ambrose Chua a7bcde07e8
Merge pull request #2 from gaopenghigh/dev
bugfix: do proxy if no AAAA records found, e.g. only CNAME records
2018-07-02 08:38:24 +08:00
jh.gao e57765b5af bugfix user defined prefix can not setup correctly 2018-06-27 17:10:24 +08:00
jh.gao 6d32202353 typo fix 2018-06-27 13:14:33 +08:00
jh.gao d6a767f549 bugfix: do proxy if no AAAA records found, e.g. only CNAME records 2018-06-27 12:06:41 +08:00
Ambrose Chua fa5c63b2c1
Add warning 2017-12-26 23:47:10 +08:00
Ambrose Chua 8f93859317
Add caveats as TODOs 2017-12-26 23:44:13 +08:00
Ambrose Chua 4fdbec92f8
Add example to use authoritatively 2017-12-26 20:24:27 +08:00
Ambrose Chua 9927fef4e9
Update README.md 2017-12-24 05:30:51 +08:00
Ambrose Chua 2962bf4060
Update README.md 2017-12-24 05:23:47 +08:00
Ambrose Chua 8b0d071549
Create LICENSE 2017-12-24 05:16:24 +08:00
Ambrose Chua 0e4026ad14
Set correct TTL 2017-12-24 04:17:57 +08:00
Ambrose Chua 6efd8958b6
Improve RFC compatibility and cleanup 2017-12-24 03:45:11 +08:00
Ambrose Chua 7cd9e7ec7e
Cleanup and better errors 2017-12-20 15:31:39 +08:00
Ambrose Chua 2aa1dc4950
Clean up one debug message 2017-12-20 15:24:18 +08:00
Ambrose Chua 0f8a3881fd
Update usage
Currently, dns64 modifies the response produced by the proxy plugin
2017-12-20 15:21:49 +08:00
Ambrose Chua 18546bd8a3
Initial commit based on @miekg's work 2017-12-20 15:16:50 +08:00
Ambrose Chua dd5c5b947a Initial commit 2017-08-20 10:05:36 +08:00