Latest Socket ResearchMalicious Chrome Extension Performs Hidden Affiliate Hijacking.Details
Socket
Book a DemoInstallSign in
Socket

jw4.us/nspub

Package Overview
Dependencies
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jw4.us/nspub

Go Modules
Version
v0.0.7
Version published
Created
Source

nspub

Package nspub provides a CoreDNS plugin to publish successful DNS lookups to NSQ.

To use this plugin, CoreDNS must be compiled with this plugin by adding nspub:jw4.us/nspub to the plugins.cfg file, at the desired level. If in doubt, put it right before the line that has log:log.

The plugin is configured in the Corefile, inside the desired definition block. The topic and address arguments are required.

Example Corefile:

  . {
    whoami
    nspub <topic> <address>
  }

Where <topic> is whatever the NSQ topic name should be, and <address> is the NSQ TCP address, like 10.0.0.1:4150.

FAQs

Package last updated on 15 Jan 2020

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