Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Just have been using Outline Shadowsocks Server for a great long while, and it worked pretty fine though,
utill few days ago an abuse alert Email from Hetnzer was received, warning that my server is "sending malicious UDP attack traffic".
And here's their "evidence" -- UDP access log from their side:
To them it seemed that my server is constantly attacking that
100.64.blah.blah
address via UDP flooding.A quick investigation revealed that this IP address is actually an IP address that is used and allocated by one of my users' ISP, and somehow the traffic is not correctly discarded. Looking at the code of Outline Shadowsocks Server, there is no
100.64.0.0/10
CGNAT prefix in private addresses.So I've made this Pull Request. Hopefully this will prevent more users under CGNAT receiving some sorts of "Abuse Alert" from any VPS Providers.