Skip to content

Commit

Permalink
fix: 更换注册接口
Browse files Browse the repository at this point in the history
  • Loading branch information
rehiy committed Oct 28, 2023
1 parent 35742f2 commit 9cf4d0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion initfs/etc/wkit.d/s3-blackbox
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

TOKEN=$(echo "$NODE_NAME;$NODE_OWNER;$NODE_REGION;$NODE_ISP;$NODE_BANNER" | base64)

wget -qO- --post-data "$TOKEN" http://blackbox.opentdp.org/join | sh -
wget -qO- --post-data "$TOKEN" http://blackbox.opentdp.org/api/join | sh -

# check config

Expand Down

0 comments on commit 9cf4d0c

Please sign in to comment.