Support IPV6
This commit is contained in:
11
stript/start.sh
Normal file
11
stript/start.sh
Normal 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
8
stript/stop.sh
Normal file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
#
|
||||
# aixiao@aixiao.me
|
||||
#
|
||||
|
||||
|
||||
killall ais
|
||||
|
||||
Reference in New Issue
Block a user