Running a publicly available web app involving sending packets as the main task of the app brings into question how to handle / prevent abuse.
- Rate limiting
- iptables block blacklisted IP's
- resolve all entered hostnames into IP's
- (?) dns requests
- (?) abuse against our service... ban based on overuse?
- (?) admin interface
Running a publicly available web app involving sending packets as the main task of the app brings into question how to handle / prevent abuse.