vasanthv / jsonbox

HTTP-based JSON storage.
https://jsonbox.io
MIT License
2.49k stars 173 forks source link

Allow IP whitelisting to access self hosted jsonbox #74

Closed harlev closed 3 years ago

harlev commented 3 years ago

Addressing feature request #69

Using https://github.com/jetersen/express-ipfilter

In the default config, the filtering is not activated, in order to prevent any overhead.

Only when defining FILTER_IP_SET in config.js to a value other than [], will the filtering be enabled.

harlev commented 3 years ago

Implemented the error handling as requested