New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

kintobor

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

kintobor

master server register-er for sonic robo blast 2

latest
npmnpm
Version
1.0.1
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

kintobor

master server register-er for sonic robo blast 2

what is this for?

i wanted to run my SRB2 server behind a proxy - but found that listing on the master server did not work. this tool is the answer to that problem.

how to use?

run your SRB2 server on the target machine, and setup the UDP proxy (using frp, this means configuring and running frpc) then, on the machine running the proxy server (such as a VPS):

  • install node (and npm)
  • npm i -g kintobor
    • or pnpm, or yarn
  • create the config file (an example can be seen below)
  • kintobor
    • by default, the program looks for a file named kintobor.json in the current working directory
    • you can pass -c or --config to specify the config file to use, e.g. kintobor -c="./my_config.json"
  • profit

example config

  • port - the port the SRB2 server is proxied to / running on
  • roomId - master server room ID, 33 for standard, 28 for casual, 38 for custom gametypes
{
    "port": 5026,
    "roomId": 33
}

FAQs

Package last updated on 14 Apr 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts