Sign up for a GitHub account Sign in All Gists public kyledrake / ferengi-plan.txt Last active 2014-05-09 How to throttle the FCC to dial up modem speeds on your website using Nginx Gist Detail Revisions 3 Stars 202 Forks 23 Download Gist Clone this gist Embed this gist Link to this gist ferengi-plan.txt File suppressed. Click to show. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 # The blog post that started it all: https://neocities.org/blog/the-fcc-is-now-rate-limited # # Current known FCC address ranges: # https://news.ycombinator.com/item?id=7716915 # # Confirm/locate FCC IP ranges with this: http://whois.arin.net/rest/net/NET-165-135-0-0-1/pft # # In your nginx.conf: location / { if ( $rem...