Skip to content

Commit

Permalink
feat routing balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
BI7PRK committed Mar 14, 2024
1 parent 621ad01 commit 55bdf1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/root/etc/init.d/xray_luci
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ add_observatory_settings() {
if [ "$strategy_type" = "leastPing" ]; then
json_add_object "observatory"
test -n "$fallback_tag" &&
json_add_string "fallbacTag" "$fallback_tag"
json_add_string "fallbackTag" "$fallback_tag"
test -n "$probeURL" &&
json_add_string "probeURL" "$probeURL"
test -n "$probeInterval" &&
Expand All @@ -900,7 +900,7 @@ add_observatory_settings() {
else
json_add_object "burstObservatory"
test -n "$fallback_tag" &&
json_add_string "fallbacTag" "$fallback_tag"
json_add_string "fallbackTag" "$fallback_tag"
json_add_object "pingConfig"
test -n "$probeURL" &&
json_add_string "destination" "$probeURL"
Expand Down

0 comments on commit 55bdf1d

Please sign in to comment.