We've written some tools to automate common development tasks. One tool, for example, ensures all our git repositories are up-to-date. For this to work, our tool needs to connect to our git server and fetch the latest for each repository. We have many git repositories so this tool ends up creating many connections in a short timespan - throwing iptable's rate limit rule and locking us out for a while (not sure how long).
How can I disable this rate-limit for certain IP addresses (like our office)?