ipsetd

command module
v0.0.0-...-7990f22 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 28, 2020 License: MIT Imports: 4 Imported by: 0

README

ipsetd

A daemon that exposes ipset in interactive mode and listens by default on :9999

Possible use case is to have several remote systems push live (big) ipset updates to ipsetd without running ipset for every call.

E.g create a test.set

destroy abc
create abc hash:net
add abc 1.2.3.4
add abc 1.2.3.5

Now you can do cat test.set|nc yourhost 9999

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
Package ipset provides interaction with ipset (ipset.netfilter.org) It runs ipset in interactive mode (ipset -) instead of running the binary on every call.
Package ipset provides interaction with ipset (ipset.netfilter.org) It runs ipset in interactive mode (ipset -) instead of running the binary on every call.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL