codexss / kancolle-broker

Play kantai collection without proxy

Home Page:https://kancolle.phoenixlzx.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kancolle-broker

VPN server is forbidden in Japan and may have serious security problems. Kancolle-broker is the app to play DMM's kantai collection without having a proxy server - You are connecting to DMM's server directly.

Deploy the app on a Japan server, and login from it's webpage to get the direct game link.

Demo: https://kancolle.phoenixlzx.com

ATTENTION

This application does not need database, and will NOT store any account data. You could setup one but remember not to do anything bad.

I am not responsible for any loss by using this software.

Deployment

  1. Setup Node.js on a Japan server or a server which could login to dmm.com directly.
  2. npm install kancolle-broker
  3. npm start or NODE_ENV=production npm start if you are deploying it on Internet.
  4. Setup NGINX and TLS, proxy pass to http://127.0.0.1:3000.

Set PORT to another port number to change listening port.

License

MIT.

About

Play kantai collection without proxy

https://kancolle.phoenixlzx.com

License:MIT License


Languages

Language:JavaScript 64.3%Language:HTML 35.7%