_Redstone_c_
c9700575bd
feat: add custom user primary domain support ( #289 )
2022-05-30 10:02:01 +08:00
dependabot[bot]
15327f0131
build(deps): bump goreleaser/goreleaser-action from 2 to 3 ( #281 )
...
Bumps [goreleaser/goreleaser-action](https://github.com/goreleaser/goreleaser-action ) from 2 to 3.
- [Release notes](https://github.com/goreleaser/goreleaser-action/releases )
- [Commits](https://github.com/goreleaser/goreleaser-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: goreleaser/goreleaser-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-25 09:39:57 +08:00
jeessy2
8442437222
feat: Update issue templates ( #286 )
2022-05-24 21:18:38 +08:00
liuzhonghao
ab727cbce6
docs: 添加飞书webhook机器人说明 ( #267 )
...
添加webhook飞书说明
2022-05-12 22:20:05 +08:00
jeessy2
79f16e6122
docs: dingding
2022-05-11 15:23:48 +08:00
liuzhonghao
a993d56361
Update README.md ( #264 )
...
更新了自定义机器人钉钉推送webhook的语法说明消息排版更美观
2022-05-11 12:39:12 +08:00
dependabot[bot]
efe8affb84
build(deps): bump docker/setup-buildx-action from 1 to 2 ( #256 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 16:53:07 +08:00
dependabot[bot]
303f7efa75
build(deps): bump docker/login-action from 1 to 2 ( #257 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 16:52:53 +08:00
dependabot[bot]
3861b35496
build(deps): bump docker/setup-qemu-action from 1 to 2 ( #258 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 1 to 2.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v1...v2 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 16:52:37 +08:00
dependabot[bot]
568f89e24f
build(deps): bump docker/build-push-action from 2 to 3 ( #259 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-09 16:52:13 +08:00
Holden Wu
41cfa6c53b
feat: baidu dns support ( #255 )
...
* feat: 提供百度云的解析
2022-05-06 10:33:50 +08:00
Pigeon_King
f2ca11c735
Update main.go ( #250 )
2022-05-03 11:12:18 +08:00
A1lo
09ebd3d195
build(ci): update dependencies and refactor ( #251 )
...
* build(ci): update dependencies and refactor
The setup-buildx tool `crazy-max/ghaction-docker-buildx@v3` is archived,
replaced with the official Docker actions.
Use official Docker actions to simplify the workflow.
* ci: enable dependabot to check dependencies update
Keep the dependencies of both GitHub Actions and go packages up-to-date.
2022-05-03 11:05:32 +08:00
A1lo
1c45fdb303
refactor: simplify the IsPrivateNetwork
function ( #246 )
...
Using stdlib to check private IP address.
Add test cases in `TestIsPrivateNetwork` function.
2022-04-26 18:28:39 +08:00
A1lo
643a443d8f
build: add -trimpath
flag to build args ( #247 )
...
Reference #215
2022-04-26 18:26:47 +08:00
jeessy2
5f715f865d
feat: 第一次运行将等待 20 秒后运行 (等待网络) ( #235 )
2022-04-10 23:18:15 +08:00
jeessy2
e2a9055180
fix: openwrt(sysv)开机启动 ( #234 )
...
* fix: openwrt(sysv)开机启动
2022-04-10 22:59:08 +08:00
yyxida
9e9e216b8f
添加ipv6正则表达式匹配功能 ( #227 )
...
* 添加ipv6正则表达式功能
Co-authored-by: jeessy2 <6205259+jeessy2@users.noreply.github.com>
2022-04-08 22:48:51 +08:00
labulac
ba2a1f7637
docs: 修改server酱推送为新的api ( #225 )
...
修改server酱推送为新的api
2022-04-05 17:26:47 +08:00
jeessy2
b6277c6aec
docs: new picture
2022-04-03 23:30:58 +08:00
jeessy2
ea10caefdf
feat: 支持多个接口获取ip ( #221 )
2022-04-03 23:12:50 +08:00
jeessy2
a6b2134046
chore: upgrade dependency
2022-04-03 21:28:16 +08:00
A1lo
8ff5e58368
add -trimpath
flags to goreleaser ( #215 )
2022-03-21 21:43:38 +08:00
luckyboy
d5ffde8384
Fix IPV4 query URL,add IPV6 query URL ( #209 )
...
* fix: IPv4 query URL & IPv6 query URL
2022-03-17 22:23:08 +08:00
jeessy2
396687d746
feat: run ddns-go as system service ( #201 )
2022-02-23 18:42:49 +08:00
jeessy2
d2aefadb09
chore: upgrade all package dependencies ( #200 )
2022-02-23 18:42:02 +08:00
jeessy2
1476a02d57
fix: goreleaser 统一version ( #176 )
2022-01-06 21:37:09 +08:00
jeessy2
5e0ded06b0
chore: update golang.org/x/sys ( #175 )
2022-01-06 20:25:17 +08:00
jeessy2
00370b1587
feat: 通过git tag生成版本信息 ( #174 )
2022-01-06 19:54:46 +08:00
jeessy2
dd5c70b65c
feat: golang1.17 ( #172 )
2022-01-06 18:21:28 +08:00
jeessy2
a9c4838621
feat: IP未改变时,将等待5次后与DNS服务商进行比对 ( #171 )
2022-01-06 18:21:17 +08:00
jeessy2
61c0f4e8fa
feat: Use relative paths ( #166 )
2021-12-19 23:38:44 +08:00
jeessy2
312c68f2c3
release: 3.3.5
2021-12-13 18:42:34 +08:00
jeessy2
a1ba2a13e6
fix: 调大HttpClient超时参数 ( #160 )
2021-12-13 18:41:21 +08:00
jeessy2
9ee8e875d7
feat: Mac/Win系统使用用户服务, 其它系统使用非用户服务 ( #159 )
2021-12-13 18:22:32 +08:00
jeessy2
db0383e138
docs: 3.3.4
2021-12-09 08:41:41 +08:00
jeessy2
6b858b4ce5
fix: webhook 使用统一的http client ( #154 )
2021-12-09 08:39:43 +08:00
jeessy2
c8db4135b6
docs: 3.3.3
2021-12-08 23:59:31 +08:00
jeessy2
60472fc357
feat: 统一HttpClient ( #152 )
2021-12-08 23:58:14 +08:00
jeessy2
589aa6c765
docs: 3.3.2
2021-12-08 18:16:07 +08:00
jeessy2
127cb3f251
fix: DisableKeepAlives ( #151 )
2021-12-08 17:50:44 +08:00
jeessy2
683d456a68
docs: release 3.3.1
2021-12-02 23:32:41 +08:00
jeessy2
3894e7f904
fix: support eu.org ( #148 )
2021-12-02 23:12:48 +08:00
jeessy2
6b1e9dd286
feat: docker中首次运行延迟5秒 ( #147 )
2021-12-02 23:05:25 +08:00
jeessy2
5f12df0336
docs: usage in docker
2021-12-01 14:25:31 +08:00
jeessy2
aceb208df8
docs: 优化提示
2021-11-30 22:36:47 +08:00
jeessy2
0e4eccc816
rel: v3.3.0
2021-11-30 22:16:31 +08:00
jeessy2
327d3b9612
optimize some code
2021-11-30 22:16:10 +08:00
jeessy2
d877e0ce1a
feat: use go-homedir ( #145 )
2021-11-30 22:07:14 +08:00
SummonHIM
5d0953aa8b
添加openwrt服务支持 ( #144 )
...
* feat: support install service in systemv
2021-11-30 22:02:04 +08:00