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

323 Commits

Author SHA1 Message Date
Eri Bastos
f2e9c0ab00 Add dreamhost handler 2020-04-27 14:28:13 -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
Timothy
2ffed6e960
remove travis CI 2020-01-10 14:34:42 +08:00
Timothy
857127de8a
Merge pull request #48 from test1943/patch-1
Preserve TTL value.
2019-09-26 10:10:51 +08:00
test1943
ce60904eda
Preserve TTL value.
Right now ttl value is overwritten to default value every time.
2019-09-26 01:42:02 +08:00
Timothy
5182b91102 update gomod 2019-09-05 10:31:57 +08:00
Timothy
9af20940a8 Merge branch 'master' of github.com:TimothyYe/godns V1.9.3 2019-09-04 10:33:34 +08:00
Timothy
18f23c4dcf fix basic auth issue 2019-09-04 10:33:25 +08:00
Timothy
7c9f66ebfa
Update go.yml 2019-09-02 23:32:41 +08:00
Timothy
60aa9aac27 Merge branch 'master' of github.com:TimothyYe/godns V1.9.2 2019-09-02 23:29:40 +08:00
Timothy
917111522a
Update go.yml 2019-09-02 23:28:47 +08:00
Timothy
7ea034976a add customized user-agent 2019-09-02 19:05:35 +08:00
Timothy
112b773ffb fix issue V1.9.1 2019-08-30 11:56:56 +08:00