Commit Graph

31 Commits

Author SHA1 Message Date
eec98404fe feat: support english (#967)
* feat: init the i18n

* fix: porkbun

* refactor: http_util GetHTTPResponse

* fix: save

* fix: add more i18n

* feat: i18n at writing.html

* feat: README EN

* fix: default api

* fix: pic
2024-01-11 15:52:53 +08:00
76c0becb4c build(deps): bump golang.org/x/net from 0.19.0 to 0.20.0 (#965)
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.19.0 to 0.20.0.
- [Commits](https://github.com/golang/net/compare/v0.19.0...v0.20.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-09 16:25:29 +08:00
1576b7bfd8 refactor(domains): use publicsuffix to parse (#952)
* refactor(domains): use publicsuffix to parse

* fix: incorrect sub domain when sub domain and root domain are the same
2023-12-23 03:34:52 -08:00
ebf78eef87 chore: upgrade dependencies (#941) 2023-12-19 10:20:54 +08:00
4c8cf07ecd chore: upgrade dependencies (#880) 2023-10-10 17:06:50 +08:00
fb9efd27bf chore: updrade dependencies (#789) 2023-07-26 23:40:16 +08:00
6bc09d799c feat(web): validate password (#779)
* feat(web): validate password

https://github.com/wagslane/go-password-validator

* fix: validate password only if password is non-empty
2023-07-21 14:43:58 +08:00
ed100f1d80 deps: bump golang from 1.19 to 1.20 (#608) 2023-03-11 23:11:07 +08:00
34f0fa30b5 feat: github.com/jeessy2/ddns-go/v5 (#607) 2023-03-11 23:07:17 +08:00
df79284abe build(deps): bump github.com/kardianos/service from 1.2.1 to 1.2.2 (#404)
Bumps [github.com/kardianos/service](https://github.com/kardianos/service) from 1.2.1 to 1.2.2.
- [Release notes](https://github.com/kardianos/service/releases)
- [Commits](https://github.com/kardianos/service/compare/v1.2.1...v1.2.2)

---
updated-dependencies:
- dependency-name: github.com/kardianos/service
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-11 23:43:30 +08:00
84cdb5d7d9 refactor: update dependency and use build-in function (#402) 2022-10-09 15:40:23 +08:00
f3322a02e7 feat: golang1.19 (#377) 2022-09-14 20:35:49 +08:00
d982b050ed build: correct the module path (#371)
* build: correct the module path

Now we are in v4.x, the `/v4` suffix should be added.

* docs: specify the module version
2022-08-31 20:12:48 +08:00
f621c6521a feat: golang 1.18 (#338) 2022-07-30 20:07:27 +08:00
9bb457db30 chore: upgrade dependencies 2022-06-14 18:14:23 +08:00
a6b2134046 chore: upgrade dependency 2022-04-03 21:28:16 +08:00
d2aefadb09 chore: upgrade all package dependencies (#200) 2022-02-23 18:42:02 +08:00
5e0ded06b0 chore: update golang.org/x/sys (#175) 2022-01-06 20:25:17 +08:00
dd5c70b65c feat: golang1.17 (#172) 2022-01-06 18:21:28 +08:00
d877e0ce1a feat: use go-homedir (#145) 2021-11-30 22:07:14 +08:00
5d0953aa8b 添加openwrt服务支持 (#144)
* feat: support install service in systemv
2021-11-30 22:02:04 +08:00
199fb1b461 feat: yaml v2.4.0 2021-08-14 10:13:41 +08:00
975b7c77d5 feat: run as a service (#46)
系统中使用默认以服务方式运行
2021-02-26 16:40:55 +08:00
5140d299dd refact: alidns (#43)
重构alidns。包大小更小
2021-02-25 17:01:28 +08:00
c3bbb8dd98 feat: using golang1.16 embed (#40) 2021-02-23 18:15:45 +08:00
7d022db173 fix: docker和可执行文件的html保持相同 2020-12-25 14:14:27 +08:00
a4bcbc80b9 增加 Makefile 优化编译脚本,并添加相应的说明 (#19)
* 增加 Makefile 优化编译脚本,并添加相应的说明

* 清除不需要的文件

* 将 binddata 加入编译脚本中

* 将第三方文件纳入本地

* update documents and some tiny modify

*  增加 配置文件,统一格式

* use bootstrap.min.css

* fix: indent

Co-authored-by: 明城 <mingcheng@users.noreply.github.com>
Co-authored-by: jeessy2 <454207171@qq.com>
2020-12-25 10:50:01 +08:00
cc67083fa8 feat: 通过网卡获取IP 2020-12-20 21:25:36 +08:00
cb66941689 package 2020-08-27 23:35:54 +08:00
3006d8887d new 2020-08-26 23:56:01 +08:00
38d6aa7baf init 2020-08-26 17:38:43 +08:00