Re: LOG of succes download with replacement error code 426 to 110
OK, I'll see if more people ask for this hack.
Before posting, please read how to report bug or request support effectively.
Bug reports without an attached log file are usually useless.
nfqsed
to change 426
error code to 110 "comment"
.
iptables -A INPUT -p tcp -s %BUGGY_FTP_IP% --sport 21 -j NFQUEUE --queue-num 0
/root/nfqsed/nfqsed -s /"426 Cannot RETR. EAccessViolation"/"110 Cannot RETR. EAccessViolation" > /dev/null 2>&1 &