Would you consider adding an option to load a list of blocked URLs from a number of text files, e.g. following GoodbyeDPI's pattern:
blacklist.txt
youtube.txt
So far we've only got -url which is a bit impractical when there are thousands of urls
Also, a functional analog to -max-payload option would be very useful for less CPU load:
--max-payload [value] packets with TCP payload data more than [value] won't be processed.
Use this option to reduce CPU usage by skipping huge amount of data
(like file transfers) in already established sessions.
May skip some huge HTTP requests from being processed.
Default (if set): --max-payload 1200.
Would you consider adding an option to load a list of blocked URLs from a number of text files, e.g. following GoodbyeDPI's pattern:
So far we've only got -url which is a bit impractical when there are thousands of urls
Also, a functional analog to -max-payload option would be very useful for less CPU load: