Commit 9e5abb5d authored by tywldx's avatar tywldx

fix

parent a01b6b37
......@@ -188,7 +188,7 @@ do
var=(${basePort//|/ })
namespace=(${host_name//|/ })
ips=(${namespace[1]//./ })
addFrpcSub ${var[0]}-${var[2]} http ${ips[0]}.${ips[1]}.${ips[2]} ${ips[3]} ${var[1]} ${var[0]}-${namespace[0]} $filename
addFrpcSub ${var[0]}-${var[2]} http ${ips[0]}.${ips[1]}.${ips[2]} ${ips[2]} ${var[1]} ${var[0]}-${namespace[0]} $filename
done
done
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment