rjweb-server
Version:
Easy and Robust Way to create a Web Server with Many Easy-to-use Features in NodeJS
11 lines (10 loc) • 316 B
TypeScript
import { network } from "@rjweb/utils";
/**
* HTTP Reverse Proxy IP Address Enum
* @since 9.0.0
*/ declare const _default: Readonly<{
LOCAL: (network.Subnet<4 | 6> | network.IPAddress<4 | 6>)[];
CLOUDFLARE: network.Subnet<4 | 6>[];
SPARKEDHOST: network.IPAddress<4 | 6>[];
}>;
export default _default;