Skip to content

Commit

Permalink
trying to use 2.9.0 version of cloak
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfly722 committed Sep 15, 2024
1 parent 9e8e324 commit a0adf68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ function update(){

let client = `
<pre><code># ------------------ 1.1 Install Cloak Client binary ---------------------
wget https://github.com/cbeuw/Cloak/releases/download/v2.7.0/ck-client-:clientOS-:clientArch-v2.7.0 -O ck-client
wget https://github.com/cbeuw/Cloak/releases/download/v2.9.0/ck-client-:clientOS-:clientArch-v2.9.0 -O ck-client
chmod +x ck-client
sudo mv ck-client /usr/bin/ck-client
Expand Down Expand Up @@ -269,7 +269,7 @@ sudo sysctl -p</code></pre>

let server = `
<pre><code># ----------------- 2.1 Install Cloak Server binary ----------------------
wget https://github.com/cbeuw/Cloak/releases/download/v2.7.0/ck-server-:serverOS-:serverArch-v2.7.0 -O ck-server
wget https://github.com/cbeuw/Cloak/releases/download/v2.9.0/ck-server-:serverOS-:serverArch-v2.9.0 -O ck-server
chmod +x ck-server
sudo mv ck-server /usr/bin/ck-server
Expand Down

0 comments on commit a0adf68

Please sign in to comment.