Browse Source

Update install.sh

molon 4 years ago
parent
commit
c3033d007e
1 changed files with 2 additions and 1 deletions
  1. 2 1
      scripts/install.sh

+ 2 - 1
scripts/install.sh

@@ -26,6 +26,7 @@ install_3proxy() {
 }
 }
 
 
 gen_3proxy() {
 gen_3proxy() {
+# users $(awk -F "/" 'BEGIN{ORS="";} {print $1 ":CL:" $2 " "}' ${WORKDATA})
     cat <<EOF
     cat <<EOF
 daemon
 daemon
 maxconn 1000
 maxconn 1000
@@ -36,7 +37,7 @@ setuid 65535
 flush
 flush
 auth strong
 auth strong
 
 
-users $(awk -F "/" 'BEGIN{ORS="";} {print $1 ":CL:" $2 " "}' ${WORKDATA})
+users smile:girl
 
 
 $(awk -F "/" '{print "auth strong\n" \
 $(awk -F "/" '{print "auth strong\n" \
 "allow " $1 "\n" \
 "allow " $1 "\n" \