hackern0v1c3 / CanaryPi

Startup project to create a simple to deploy honey pot style detection tool for alerting on common network attacks
39 stars 1 forks source link

Enhance error handeling #6

Open hackern0v1c3 opened 4 years ago

hackern0v1c3 commented 4 years ago

Right now some errors, like invalid ipv6 addresses provided to dhcpv6 whitelist are supposed to start the program from starting by calling exit(1) but it looks like the threading is preventing that.