mirror of
https://github.com/LowderPlay/cheburcheck.git
synced 2026-09-22 22:37:59 +03:00
* feat: ip probe traceroute * feat: block bogon and rate limit * fix: block badge * fix: control sampling * docs: update probing info * feat: disable traceroute * feat: dns spoofing * docs: dns spoofing * chore: bump version * fix: default rate limit
6 lines
208 B
SQL
6 lines
208 B
SQL
ALTER TABLE probe_reports
|
|
ADD COLUMN target_hop_count SMALLINT,
|
|
ADD COLUMN target_trace_result VARCHAR(32),
|
|
ADD COLUMN control_hop_count SMALLINT,
|
|
ADD COLUMN control_trace_result VARCHAR(32);
|