UNPKG

cloudflare-ips

Version:

The list of CloudFlare IPs (IP ranges) to be used in the "trust proxy" configurations.

14 lines (13 loc) 257 B
{ "version": "0.2.0", "configurations": [ { "type": "node", "request": "launch", "name": "Test", "program": "${workspaceRoot}/node_modules/jest/bin/jest.js", "cwd": "${workspaceRoot}", "args": ["--i"] } ] }