github j-keck/lsleases 2.1.0

latest release: v2.1.1
4 years ago
  • initial webui.
    The webui asks the server every second for new leases
    and shows the leases in a tabluar view.
    The webui is only enabled in the Windows build, if you are
    under Linux, and you would use the webui, add the -webui
    option to lsleasesd parameters. Check the lsleasesd manual
    for more information.

  • API change: sniffer.NewSniffer doesn't accept
    a logger instance anymore.

    You can configure the Logger in your app per:
    plog.GlobalLogger().Add(plog.NewDefaultConsoleLogger())

    and then create the sniffer instance without the 'plog.Logger' argument:
    sniffer.NewSniffer(config.NewDefaultConfig())

all changes since 2.0.0

Don't miss a new lsleases release

NewReleases is sending notifications on new releases.