ryanbillingsley / express-ipfilter

A light-weight IP address based connection filtering system
MIT License
110 stars 44 forks source link

Error on Access Denied #53

Closed VinayaSathyanarayana closed 7 years ago

VinayaSathyanarayana commented 7 years ago

Whenever an IP is denied access - One gets an error message

 name: 'IpDeniedError',
  message: 'Access denied to IP address: 127.0.0.2',
  extra: undefined }

How does one get rid of the "undefined }" error message.

ryanbillingsley commented 7 years ago

@VinayaSathyanarayana are you talking about extra being undefined?

ryanbillingsley commented 7 years ago

Closing this until we hear more back