1
0
mirror of https://github.com/taigrr/godns synced 2025-01-18 04:03:25 -08:00

334 Commits

Author SHA1 Message Date
Timothy
8a3471ad1c
add DNS resolver, update all the handlers 2020-05-03 21:32:06 +08:00
Timothy
e91015f051
update test case 2020-05-03 20:08:32 +08:00
Timothy
d923cbde61
merge from release branch 2020-05-03 19:50:57 +08:00
Timothy
4f72668e2b
update Makefile V2.1.1 2020-05-01 02:43:43 +08:00
Timothy
b7b08efd71
Merge pull request #64 from TimothyYe/google-domain
fix Google Domain handler issue #46
2020-05-01 02:29:13 +08:00
Timothy
fcf819bb70
fix Google Domain handler issue #46 2020-05-01 02:26:12 +08:00
Timothy
6a164f8b0b
Merge pull request #62 from ebastos/dreamhost_dns
Dreamhost dns
2020-04-29 10:09:41 +08:00
Eri Bastos
e8ce3434ee Addressed code review plus missed updates 2020-04-28 18:40:04 -04:00
Eri Bastos
690e138164 Updated README file to include Dreamhost 2020-04-27 14:39:58 -04:00
Eri Bastos
73cd0517a0 Updated local 2020-04-27 14:31:47 -04:00
Eri Bastos
f2e9c0ab00 Add dreamhost handler 2020-04-27 14:28:13 -04:00
Eri Bastos
71077db79b Add dreamhost handler 2020-04-27 14:05:37 -04:00
Timothy
10e125d06d
Merge pull request #61 from ebastos/update_handlers
Update handlers
2020-04-20 09:35:00 +08:00
Eri Bastos
1c1aa6c420 HE Handler - Use Resolver 2020-04-19 15:34:25 -04:00
Eri Bastos
57ecf1f7bb Duck Handler - Use Resolver 2020-04-19 15:31:49 -04:00
Eri Bastos
9397f6b272 DNSPod Handler - Use Resolver 2020-04-19 15:26:10 -04:00
Eri Bastos
68b729e635 AliDNS Handler - Use Resolver 2020-04-19 15:20:22 -04:00
Timothy
9a43df7906
Merge pull request #60 from ebastos/remote_resolver
Replaced cached IP with remote resolver
2020-04-19 13:03:22 +08:00
Eri Bastos
61786fdfb5 Added mod files 2020-04-18 12:57:20 -04:00
Eri Bastos
f0a6291406 Replaced cached IP with remote resolver 2020-04-18 12:51:50 -04:00
Timothy
41d54f1354
Merge pull request #59 from ebastos/use_switch_case
Use switch/case to make code easier to follow
2020-04-17 10:21:31 +08:00
Eri Bastos
019388f7b5 Use switch/case to make code easier to follow 2020-04-16 19:26:58 -04:00
Timothy
4ca167ac43
Merge pull request #57 from jemyzhang/master
proxy should not be used while getting public ip
2020-03-21 23:09:08 +08:00
Jemy Zhang
df549ddc33 remove proxy while getting the public ip
remove proxy while getting the public ip,
otherwise ip of socks server would be returned
2020-03-21 18:18:48 +08:00
Timothy
79134b3315
update Makefile 2020-03-21 16:14:56 +08:00
Timothy
1a417c87b3
Merge pull request #56 from jemyzhang/master
Add support to telegram notification
V2.1
2020-03-21 14:43:10 +08:00
Jemy Zhang
f5a793a907 Add support to telegram notification 2020-03-21 13:34:54 +08:00
Timothy
e5f9076259
Merge branch 'master' of github.com:TimothyYe/godns 2020-03-09 14:18:08 +08:00
Timothy
9dfc40da19
use docker buildx to build docker images 2020-03-09 14:17:47 +08:00
Timothy
13fbb7275d Merge pull request #53 from rlei/master
Better DNSPod error message handling and ip_type checking
2020-02-09 15:55:53 +08:00
Rick Lei
06a7d2384a Better DNSPod error message handling and ip_type checking
DNSPod API now requires record type to be specified, so the "ip_type"
setting becomes a must in config.json.
2020-02-08 20:30:51 +01:00
Timothy
acbbe3158d
update README V2.0 2020-02-06 22:48:05 +08:00
Timothy
a65c38ddb7
add IPv6 support for DuckDNS 2020-02-06 22:34:39 +08:00
Timothy
162b639019
add IPv6 support for DuckDNS 2020-02-06 22:33:55 +08:00
Timothy
456e01df61
add IPv6 support for DNSPod 2020-02-06 22:09:44 +08:00
Timothy
2d4d414417
add IPv6 support for DNSPod 2020-02-06 22:07:31 +08:00
Timothy
13f3d940a2
add IPv6 support for HE.net V1.9.6 2020-02-06 21:38:52 +08:00
Timothy
168ef4585a
fix issue 2020-02-06 15:21:13 +08:00
Timothy
5ed9f8ce68
Merge pull request #52 from TimothyYe/ipv6
add IPv6 support for Cloudflare
V1.9.5
2020-02-06 10:38:04 +08:00
Timothy
5bcad54901
update README 2020-02-06 10:34:26 +08:00
Timothy
ad7fb64aa1
add IPv6 support for Cloudflare 2020-02-06 10:32:45 +08:00
Timothy.Ye
290f6faf60
Merge branch 'master' into ipv6 2020-02-06 09:52:14 +08:00
Timothy
e726e2da5f
update README V1.9.4 2020-02-05 10:49:07 +08:00
Timothy
14bce004f6
Merge pull request #51 from TimothyYe/cf
add API token support for Cloudflare
2020-02-05 10:46:21 +08:00
Timothy
e9ec737610
add API token support for Cloudflare 2020-02-05 10:38:29 +08:00
Timothy
6ec63e4499
add IPV6 support 2020-01-30 23:54:47 +08:00
Timothy
85c21e6035
Update go.yml 2020-01-16 10:40:49 +08:00
Timothy
c9c128f2df
Update go.yml 2020-01-16 10:34:59 +08:00
Timothy
cd983cff57
Update template.go 2020-01-16 10:24:13 +08:00
Timothy
bbb71111a3
update mail template 2020-01-10 14:45:22 +08:00