From a5204aa22a7a129f393b5714235f7e078ac2507c Mon Sep 17 00:00:00 2001 From: fetionstu Date: Sun, 7 Jun 2026 11:02:34 +0800 Subject: [PATCH] easytier setup --- easytiersetup.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 easytiersetup.sh diff --git a/easytiersetup.sh b/easytiersetup.sh new file mode 100644 index 0000000..137fefd --- /dev/null +++ b/easytiersetup.sh @@ -0,0 +1,6 @@ +echo "==>setup easytier config" + +sed -i.bak '14c|uri = "tcp://39.108.52.138:11010"|;17cnetwork_name = "ctyuntest";18cnetwork_secret = "123456"' /opt/easytier/config/default.conf + + +echo "==>setup config done" \ No newline at end of file