FINDING · DETECTION
After a censored connection, 50–75% of subsequent connections from the same client IP to the same server IP and port are blocked for 90 seconds even without censored keywords ("penalty box"). The penalty box is strictly scoped to the (client IP, server IP, server port) triple — other ports at the same server IP or other server IPs are unaffected. The GFW monitors HTTP keyword traffic on every TCP port, not just port 80.
From 2021-rambert-chinese — Chinese Wall or Swiss Cheese? Keyword filtering in the Great Firewall of China · §4.4, §4.5 · 2021 · WWW
Implications
- Design proxy infrastructure so that each endpoint IP+port pair is disposable: after a penalty box event, clients should automatically rotate to a fresh (IP, port) pair to restore connectivity within seconds rather than waiting 90 seconds.
- Hosting proxies on non-standard ports does not evade GFW keyword filtering — port diversity alone is insufficient; payload obfuscation or encryption is required.
Tags
Extracted by claude-sonnet-4-6 — review before relying.