SpoofDPI icon indicating copy to clipboard operation
SpoofDPI copied to clipboard

Blacklist & max-payload

Open eierfrucht opened this issue 1 year ago • 1 comments

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.

eierfrucht avatar Aug 06 '24 03:08 eierfrucht

Hi, as far as I understood, -max-payload option limit only http body size or it is mtu too?

KirillSluchaev avatar Aug 11 '24 14:08 KirillSluchaev