Skip to content

wip: great firewall tool

Xiaowu Zhang requested to merge xiaowu.zhang/re6stnet:great_firewall_tool into master

This is a simple Great firewall tool simulator tool made by @zf.huang

it has 2 ways to block the connection:

  1. it reset the TCP connection as soon as it finds a HTTP GET packet,
  2. it randomly drop packets, if it finds the traffic too large.

Merge request reports