Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NewFuture committed Nov 8, 2016
1 parent 5d5a2e8 commit 4b0dedf
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
14 changes: 10 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
DNSPOD
DDNS
===================
自动更新DNS解析 到本机地址,地址解析支持 ipv4和ipv6, 支持本地(内网)和代理模式。
支持自动创建域名记录
自动更新DNS解析 到本机IP地址,支持 ipv4和ipv6 以 本地(内网)IP 和 公网IP。
代理模式,支持自动创建域名记录。

### 特性

* [x] 多个域名支持
* [x] 多级域名解析
Expand All @@ -14,9 +16,13 @@ DNSPOD
* [x] 多系统(Widnows, Linux, MacOS)
* [x] DNSPOD
* [ ] 阿里DNS

### TODO:
* [ ] 文件缓存(减少服务器IP请求)
* [ ] 同线路多记录支持
* [ ] socks代理

* [ ] 多代理自动切换
* [ ] 简化混合配置

## 使用
1. 复制 `example.config.json``config.json`
Expand Down
2 changes: 1 addition & 1 deletion task.bat
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ SET RUN_USER=%USERNAME%
WHOAMI /GROUPS | FIND "12288" > NUL && SET RUN_USER="SYSTEM"

ECHO Create task run as %RUN_USER%
schtasks /Create /SC MINUTE /MO 10 /TR "%RUNCMD%" /TN "DDNS" /F /RU "%RUN_USER%"
schtasks /Create /SC MINUTE /MO 5 /TR "%RUNCMD%" /TN "DDNS" /F /RU "%RUN_USER%"

PAUSE

0 comments on commit 4b0dedf

Please sign in to comment.