1.4.4 • Published 3 years ago

@cjdev/nataddr v1.4.4

Weekly downloads
8
License
ISC
Repository
github
Last release
3 years ago

CJ NAT Addresses

List of CJ NAT addresses suitable for source IP whitelisting.

Usage

In the Shell

npx @cjdev/nataddr

will display the list of nat IP addresses in the format <Address Type> <Address>.

As a Library

Install into your project: npm i @cjdev/nataddr

import * as nat from '@cjdev/nataddr';

// All CIDR blocks, with IP type property
console.log("all:", JSON.stringify(nat.all()));

// IPv4 CIDR blocks only, as strings
console.log("IPv4:", JSON.stringify(nat.v4()));

// IPv6 CIDR blocks only, as strings
console.log("IPv6:", JSON.stringify(nat.v6()));
1.4.4

3 years ago

1.4.3

3 years ago

1.4.2

3 years ago

1.4.1

3 years ago

1.4.0

4 years ago

1.3.4

4 years ago

1.3.3

4 years ago

1.3.2

4 years ago

1.3.1

4 years ago

1.3.0

4 years ago

1.2.1

5 years ago

1.2.0

5 years ago

1.1.1

5 years ago

1.1.0

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago