Support IPV6

This commit is contained in:
2020-11-16 11:10:11 +08:00
parent 488596f541
commit 1b7d8ad24b
10 changed files with 232 additions and 126 deletions

11
stript/start.sh Normal file
View File

@@ -0,0 +1,11 @@
#!/bin/bash
#
# aixiao@aixiao.me
#
SHELL_FOLDER=$(cd "$(dirname "$0")"; pwd) #脚本所在目录
SHELL_FOLDER=$(dirname $(readlink -f "$0"))
${SHELL_FOLDER}/../ais -l 127 -D 128 -d

8
stript/stop.sh Normal file
View File

@@ -0,0 +1,8 @@
#!/bin/bash
#
# aixiao@aixiao.me
#
killall ais