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

361 Commits

Author SHA1 Message Date
Timothy
d7755ab15e
Merge branch 'master' of github.com:TimothyYe/godns into master V2.3 2020-08-11 00:07:14 +08:00
Timothy
e070900b3b
refactor: fix code lint warnings 2020-08-11 00:07:05 +08:00
Timothy
21590d4c64
Merge pull request #78 from TimothyYe/noip
feat: add No-IP provider
2020-08-10 23:50:18 +08:00
Timothy
a7c2b0a56e
feat: add No-IP provider 2020-08-10 23:49:12 +08:00
Timothy
1ddd1dfb8b
refactor: fix code lint warnings 2020-08-10 14:39:56 +08:00
Timothy
e94d99e25c
docs: update README for IPv6 support 2020-08-10 13:21:25 +08:00
Timothy
f70f3bc0a3
Merge pull request #77 from wi1dcard/bugfix/alidns-subdomain-contains-another-subdomain-string
Fix update incorrect subdomain record of AliDNS.
2020-07-30 17:57:48 +08:00
Timothy
3eaed255d9
Merge pull request #75 from x-liao/master
Fix: lastip changes when update request fails
2020-07-30 17:54:01 +08:00
wi1dcard
633e1187d0 Fix update incorrect subdomain record of AliDNS. 2020-07-30 12:14:45 +08:00
xliao
0f670c66f9 Fix: the results returned may be limited 2020-07-28 20:26:30 +08:00
xliao
0f9ea20f10 Fix: lastip changes when update request fails 2020-07-28 16:35:03 +08:00
Timothy
81ecf1d096
fix lint error 2020-07-22 23:55:03 +08:00
Timothy.Ye
fa1432be99
refactor: update error messages with lowercase 2020-07-02 21:55:12 +08:00
Timothy
045cb692a5
Create CODE_OF_CONDUCT.md 2020-07-02 20:58:21 +08:00
Timothy
2021a2404c
Merge pull request #73 from kenthua/add-slack
add slack support for notification
2020-07-02 17:06:25 +08:00
Kent Hua
eec9e9a881 add slack support for notification 2020-07-02 06:14:57 +00:00
Timothy
b1e94fda52
update resolver name 2020-06-19 21:43:01 +08:00
Timothy
de42aa6073
update resolver package 2020-06-18 21:58:03 +08:00
Timothy
31ebe517e5
Merge branch 'master' of github.com:TimothyYe/godns 2020-06-18 21:53:05 +08:00
Timothy
3c2e9a805e
add resolver package 2020-06-18 21:52:52 +08:00
Timothy
cf0a80a729
Merge pull request #67 from jemyzhang/pr
fix bug of get ip from interface
2020-05-05 19:20:37 +08:00
Timothy
49de482a53
Merge pull request #66 from jemyzhang/master
enable socks for domain update and telegram notification seperately
2020-05-05 19:19:49 +08:00
Jemy Zhang
20c2b96765 fix bug of get ip from interface 2020-05-05 16:15:36 +08:00
Jemy Zhang
97195eccce fix bug of get ip from interface 2020-05-05 16:13:23 +08:00
Jemy Zhang
9186772d50 enable socks for domain update and telegram notification seperately
- add configuration to enable socks for domain update
  and telegram notification seperately.
- sleep to reduce cpu usage while connection error occurred.
2020-05-05 15:32:10 +08:00
Timothy
09503d0c97
Update README.md V2.2 2020-05-03 23:04:40 +08:00
Timothy
5f405ba486
Update README.md 2020-05-03 23:02:20 +08:00
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