Skip to content

mchome/jbls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jbls

A simple jb license server.

Build

# normal build
go build -ldflags "-s -w"
# build for mips (golang 1.10 or greater)
GOOS=linux GOARCH=mips GOMIPS=softfloat go build -ldflags "-s -w"

Usage

Usage of jbls:
  -host string
        Bind your ip address. (default "127.0.0.1")
  -key string
        Private key file path for the license server.
  -name string
        Give a fixed name to user. (optional)
  -port string
        Bind your port. (default "8080")

Note that

The private key is pem encoded key file that you need to get it on your own :)

About

A simple jb license server.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages