add: ipv4

add: ipv6
This commit is contained in:
liuxuewen 2023-08-25 15:12:36 +08:00
parent 7ecd4a1a4f
commit 644c99b3da
5 changed files with 18 additions and 1 deletions

View File

@ -1,5 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ExternalStorageConfigurationManager" enabled="true" />
<component name="MavenProjectsManager">
<option name="originalFiles">
<list>
<option value="$PROJECT_DIR$/shell/pom.xml" />
</list>
</option>
</component>
<component name="ProjectRootManager">
<output url="file://$PROJECT_DIR$/out" />
</component>

View File

@ -2,6 +2,7 @@
<project version="4">
<component name="ProjectModuleManager">
<modules>
<module fileurl="file://$PROJECT_DIR$/python/python.iml" filepath="$PROJECT_DIR$/python/python.iml" />
<module fileurl="file://$PROJECT_DIR$/.idea/scripts.iml" filepath="$PROJECT_DIR$/.idea/scripts.iml" />
</modules>
</component>

View File

@ -1,3 +1,11 @@
# scripts
脚本仓库,包含各种工具类脚本
脚本仓库,包含各种工具类脚本
## python
* [ipv4_aliyun.py](python%2Fipv4_aliyun.py) 解析动态ipv4到DNS中
## shell
* [ipv6_aliyun.sh](shell%2Fipv6_aliyun.sh) 解析动态ipv6到DNS中