From 644c99b3da36e7efe5f32b2db821db70bb48d452 Mon Sep 17 00:00:00 2001 From: liuxuewen <947752894@qq.com> Date: Fri, 25 Aug 2023 15:12:36 +0800 Subject: [PATCH] add: ipv4 add: ipv6 --- .idea/misc.xml | 8 ++++++++ .idea/modules.xml | 1 + README.md | 10 +++++++++- ipv4_aliyun.py => python/ipv4_aliyun.py | 0 ipv6_aliyun.sh => shell/ipv6_aliyun.sh | 0 5 files changed, 18 insertions(+), 1 deletion(-) rename ipv4_aliyun.py => python/ipv4_aliyun.py (100%) rename ipv6_aliyun.sh => shell/ipv6_aliyun.sh (100%) diff --git a/.idea/misc.xml b/.idea/misc.xml index 639900d..b97c434 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,5 +1,13 @@ + + + + diff --git a/.idea/modules.xml b/.idea/modules.xml index bb83e26..24afaed 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,6 +2,7 @@ + diff --git a/README.md b/README.md index f376f5f..5022c1a 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,11 @@ # scripts -脚本仓库,包含各种工具类脚本 \ No newline at end of file +脚本仓库,包含各种工具类脚本 + +## python + +* [ipv4_aliyun.py](python%2Fipv4_aliyun.py) 解析动态ipv4到DNS中 + +## shell + +* [ipv6_aliyun.sh](shell%2Fipv6_aliyun.sh) 解析动态ipv6到DNS中 diff --git a/ipv4_aliyun.py b/python/ipv4_aliyun.py similarity index 100% rename from ipv4_aliyun.py rename to python/ipv4_aliyun.py diff --git a/ipv6_aliyun.sh b/shell/ipv6_aliyun.sh similarity index 100% rename from ipv6_aliyun.sh rename to shell/ipv6_aliyun.sh