316 Commits
Author SHA1 Message Date
New FutureandGitHub 62eed8bb94 Update dockerhub.yml
Set up QEMU
v2.9.8
2021-02-18 17:49:15 +08:00
New FutureandGitHub 4ef3fa764b Update dockerhub.yml 2021-02-18 17:43:20 +08:00
New FutureandGitHub d3b033a008 Update Dockerfile 2021-02-18 17:40:37 +08:00
New FutureandGitHub ee79310acc Update dockerhub.yml 2021-02-18 17:26:17 +08:00
New FutureandGitHub 982cfb969b update buildx (#226) 2021-02-18 17:20:49 +08:00
New FutureandGitHub 4ed1205156 fix callback #222 (#224) 2021-02-18 11:43:25 +08:00
libshikieikiandGitHub cb5541718c Fix shebang typo (#217) 2020-12-17 18:59:12 +08:00
0417d15e30 update systemd install script (#216)
* add systemd install script

* rename systemd script

* fix

* fix

* fix: update readme, python script

* Update systemd.sh

update

* Update systemd.sh

Co-authored-by: New Future <NewFuture@users.noreply.github.com>
2020-11-24 22:27:34 +08:00
New FutureandGitHub 2c28b5c555 Merge pull request #209 from jackhhh/patch-2
Change ddns.exe to cmd in Windows Task Scheduler.
2020-10-16 20:00:24 +08:00
JackandGitHub 6150663a99 Change ddns.exe to cmd in Windows Task Scheduler.
Windows Task Scheduler is not CMD, the redirecting operator '>>' can only effect in CMD. So the operator will cause '0x2' error in Windows Task Scheduler.
My last commit https://github.com/NewFuture/DDNS/pull/208/commits/8ea0d5976de4a668e973e19548c8f2315f7b930f will force add the redirecting to the Win TS due to the double quotes in ```RUNCMD```, while the previous commit did not add redirecting to Win TS as expected and the log file was always empty.
One solution in this commit is to change the running program in Win TS from ddns.exe to cmd, then run ddns.exe in cmd. So that the Task can run as scheduled and the log can also be redirected.
2020-10-15 01:43:51 +08:00
New FutureandGitHub f74f548e4f Merge pull request #208 from jackhhh/patch-1
Add single quotes in case the paths have spaces
2020-10-14 21:27:09 +08:00
JackandGitHub 8ea0d5976d Add single quotes in case the paths have spaces
The script will run failed when the paths have spaces such as 'C:\Program Files\DDNS\ddns.exe'.
One possible solution is to add single quotes to each path.
Ref. https://stackoverflow.com/questions/10542313/powershell-and-schtask-with-task-that-has-a-space
2020-10-14 21:00:30 +08:00
New FutureandGitHub 8759cc8361 Merge pull request #207 from xiongnemo/patch-1
reformat(readme): 详细配置 -> 配置参数表 -> key -> dns 行
2020-10-11 13:48:40 +08:00
Nemo XiongandGitHub 2d63402231 reformat(readme): 详细配置 -> 配置参数表 -> key -> dns 行
补充被提及的但是不在上面的 Cloudflare,并对原有文本进行格式化
2020-10-11 13:43:05 +08:00
New FutureandGitHub 2cefc75154 Merge pull request #203 from NewFuture/update-cache
update cache to resolve #197
v2.9.7
2020-09-07 22:33:59 +08:00
NewFututre f126bf8f84 update cache #197 2020-09-07 22:08:22 +08:00
New FutureandGitHub 4e0de3d02b Merge pull request #201 from xufan6/patch-ubuntu-travis
Patch ubuntu travis
2020-09-07 17:52:50 +08:00
xufan6 bc6f7feb77 specific version for pyinstaller only in py2.7 azure-pipelines.yml 2020-09-07 01:33:13 -07:00
xufan6 9c830962aa specific version for pyinstaller only in py2.7 2020-09-07 01:31:10 -07:00
xufan6 8b225947c8 set pyinstaller==3.6 in azure-pipelines.yml, for python 2.7 env 2020-09-01 00:47:00 -07:00
xufan6 a5f06e04c4 set pyinstaller==3.6 in .travis.yml, for python 2.7 env 2020-09-01 00:35:39 -07:00
xufan6 c0e65c18e0 add ubuntu ca-cert file to single file lib. 2020-08-30 18:42:55 -07:00
xufan6 2f21a662a9 Merge remote-tracking branch 'upstream/master' 2020-08-30 14:22:10 -07:00
New FutureandGitHub e1ad9a2bad docker hub edge version 2020-08-04 16:57:14 +08:00
New FutureandGitHub 65ebb99169 Update docker-github.yml v2.9.6 2020-08-04 16:30:34 +08:00
New FutureandGitHub e4d6a692f9 Update dockerhub.yml 2020-08-04 16:29:19 +08:00
New FutureandGitHub 6cb78982a5 Update docker-github.yml v2.9.5 2020-08-03 19:35:24 +08:00
New FutureandGitHub f42b3c3e46 Merge pull request #196 from NewFuture/docker-ci
docker-ci
2020-08-03 19:30:25 +08:00
NewFututre e610617b01 merge steps 2020-08-03 19:08:13 +08:00
NewFututre e8585aa450 build condition 2020-08-03 19:02:46 +08:00
NewFututre 0ba8823837 docker-ci
github docker 不支持多架构
2020-08-03 18:59:26 +08:00
New FutureandGitHub 803008b967 fix ci docker github 2020-08-03 18:31:23 +08:00
New FutureandGitHub 9300fde9f8 fix ci docker
github login
2020-08-03 18:26:21 +08:00
New FutureandGitHub 7697757f1f fix ci docker
DOCKER_PLATFORMS
2020-08-03 18:21:04 +08:00
New FutureandGitHub 67599fb567 fix ci docker 2020-08-03 18:17:50 +08:00
New FutureandGitHub ef547aa5a3 Merge pull request #195 from NewFuture/pr-docker
docker release
2020-08-03 18:12:23 +08:00
New FutureandGitHub 42b52da44a Merge pull request #193 from NewFuture/pr-docker
pr-docker-build
2020-08-03 17:55:31 +08:00
NewFututre a2ec9341b3 ci on master 2020-08-03 17:55:03 +08:00
NewFututre c161a449c6 pr-docker-build 2020-08-03 16:49:53 +08:00
New FutureandGitHub daaa1de119 Merge pull request #190 from NewFuture/develop
ci: Add GitHub Actions for Docker buildx
v2.9.4
2020-08-03 12:28:53 +08:00
NN708 31a32a65d6 ci: Add GitHub Actions for Docker buildx 2020-07-29 14:53:53 +08:00
e424df3729 feat(config): index4/6允许使用列表提供多个规则 (#188)
* feat(config): index4/6允许使用列表提供多个规则

* fix(config): 修改逻辑及schema

Co-authored-by: New Future <NewFuture@users.noreply.github.com>
2020-07-22 12:05:24 +08:00
New FutureandGitHub ddbdc163e8 Merge pull request #187 from NN708/docker
Add Docker support
2020-07-22 11:43:18 +08:00
NN708 d6ce04d0cc Fix a typo in README 2020-07-21 08:15:48 +08:00
NN708 e482aa007c Add Docker in methods 2020-07-21 08:15:13 +08:00
NN708 f58e1bfc1c Add instructions in README 2020-07-20 14:44:23 +08:00
NN708andGitHub e1a18857db Merge branch 'master' into docker 2020-07-20 14:30:17 +08:00
New FutureandGitHub 1bcf03080e Merge pull request #186 from NN708/master
Fix he.net in pyinstaller build
2020-07-20 14:24:48 +08:00
NN708 b4f4c672e4 Add support for scheduled task 2020-07-20 14:01:25 +08:00
NN708 8bfa0f21fe Add Dockerfile 2020-07-20 13:58:03 +08:00