🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

ip-ban-list-cli

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ip-ban-list-cli

CLI to manage and seed an ip-ban-list

latest
Source
npmnpm
Version
0.2.0
Version published
Weekly downloads
7
16.67%
Maintainers
1
Weekly downloads
 
Created
Source

ip-ban-list-cli

CLI to manage and seed an ip-ban-list.

Install

npm i -g ip-ban-list-cli

Usage

ip-ban-list [command]

Commands:
  ban <ip>     Add an IP address to the ban list
  unban <ip>   Remove an IP address from the ban list
  id           Print the public key for the ban list
  seed         Seed the ban list over Hyperswarm

API

Use ip-ban-list --help for more information, ip-ban-list ban --help, etc.

Storage

By default, it uses ~/.ip-ban-list/corestore.

Set --storage [path] to use a different location.

Ban an IP address

ip-ban-list ban 203.0.113.10

Unban an IP address

ip-ban-list unban 203.0.113.10

Print the ban list key

ip-ban-list id

Seed a ban list

ip-ban-list seed

This announces the local ban list over Hyperswarm and prints the public key other peers can use with the ip-ban-list API package.

Keywords

ip

FAQs

Package last updated on 27 Apr 2026

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