Skip to content

Commit

Permalink
Merge pull request #1 from LogicWorlds/master
Browse files Browse the repository at this point in the history
Proxied skins and cloaks on special port
  • Loading branch information
MuffinKing-jpeg authored May 26, 2022
2 parents 59234dc + ce0a390 commit 17f31fb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lw-proxy.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ function startProxy() {
}).catch(err => {
console.log(err);
})
proxy.createProxy(9274, "s2.logicworld.ru", 9274);
proxy.createProxy(9274, "s2.logicworld.ru", 9274); //LServer
proxy.createProxy(888, "play.logicworld.ru", 888); //Skins/Cloaks
console.log(`Successfuly started`);
}

Expand All @@ -38,4 +39,4 @@ startProxy()
process.on('SIGINT', function () {
console.log("Stopping proxy");
process.exit();
});
});

0 comments on commit 17f31fb

Please sign in to comment.