Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Toyo authored Apr 9, 2017
1 parent d79240e commit 73f4fb7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions other/brook_centos
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ read_config(){
View_User(){
ip=`wget -qO- -t1 -T2 ipinfo.io/ip`
[[ -z ${ip} ]] && ip="VPS_IP"
[[ -z ${music} ]] && music="无 (客户端留空)"
clear && echo "————————————————" && echo
echo -e " Brook 信息 :" && echo
echo -e " 地址\t: ${Green_font_prefix}${ip}${Font_color_suffix}"
Expand Down
1 change: 1 addition & 0 deletions other/brook_debian
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ read_config(){
View_User(){
ip=`wget -qO- -t1 -T2 ipinfo.io/ip`
[[ -z ${ip} ]] && ip="VPS_IP"
[[ -z ${music} ]] && music="无 (客户端留空)"
clear && echo "————————————————" && echo
echo -e " Brook 信息 :" && echo
echo -e " 地址\t: ${Green_font_prefix}${ip}${Font_color_suffix}"
Expand Down

0 comments on commit 73f4fb7

Please sign in to comment.