Introduction (introduce)

Jrebel & Jet Brains License Server for Lua(support Jrebel,JRebel for Android,XRebel Local,JetBrains Products)

Jrebel and JetBrains Licensing servers for Lua (support Jrebel,Jrebel for Android,Xrebel Local,JetBrains Products)

Thanks (Thanks)

Thanks for ilanyu and gsls200808

NOTE: This is provided for educational purposes only. Please support genuine.

Many thanks to Ilanyu and GSLS200808. , this project only does Java to Lua work.

Note: This item is for educational use only, please support the original version

Rely on (Prerequisites)

Download Doujiang24 / lua-reby-RSA from Github raw Server (because opm.openresty.org’s version(v0.02) is too low) download Doujiang24 / lua-reby-RSA from Github raw Server (because opm.openresty.org’s version(v0.02) is too low) from Github Download the latest Doujiang24 / Lua-resty-RSA code (v0.04 or above)

wget -P /path/to/lualib/resty/ https://raw.githubusercontent.com/doujiang24/lua-resty-rsa/master/lib/resty/rsa.luaCopy the code

Installation (Install)

# opm get anjia0532/lua-jrebel-license-server fail upload to opm server -_- 
wget -P /path/to/lualib/resty/ https://raw.githubusercontent.com/anjia0532/lua-jrebel-license-server/master/lib/resty/jrebel-license.luaCopy the code

Usage (Synopsis)

-- nginx.conf lua_package_path "/path/to/lualib/? .lua;;" ; -- include resty/rsa.lua resty/jrebel-license.lua server { location = / { content_by_lua_block{ local cjson = require 'cjson' local jrebel = require 'jrebel-license.lua' ngx.print(jrebel.handler()) } } }Copy the code

JetBrains Activation address was: $scheme://$host[:$port]/

JetBrains product activation address :$scheme://$host[:$port]/ e.g http://8.8.8.8/ (localhost activation is not supported)

JRebel 7.1 and earlier version Activation address was: $scheme://$host[:$port]/{tokenname}, with any email.

JRebel 7.1 and earlier activation address $scheme://$host[:$port]/{tokenName} and any email address (which may not exist)

JRebel 2018.1 and later version Activation address was: $scheme://$host[:$port]/{guid}(eg:$scheme://$host[:$port]/dd5f6ce0-8ed9-11e8-9eb6-529269fb1459), with any email.

JRebel 2018.1 and later activation address $scheme://$host[:$port]/{guid} for example http://8.8.8.8/dd5f6ce0-8ed9-11e8-9eb6-529269fb1459 And any email address (uUID generated online www.uuidgenerator.net/)

Product Support

  • Jrebel
  • JRebel for Android
  • XRebel Local
  • JetBrains Products

Note:

This is provided for educational purposes only. Please support genuine.

Many thanks to Ilanyu and GSLS200808. , this project only does Java to Lua work.

Feedback (Feedback)

If you have any questions, please raise issues

This module is licensed under the BSD license.

Copyright (C) 2017-, by AnJia [email protected].

All rights reserved.

Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:

  • Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.

  • Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS “AS IS” AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.