Description
Add a kill switch test that simulates network interruption and probes for real IP exposure during reconnection windows. No CLI tool does this.
Codebase starting point
core/checks/public_ip/check.go -- template
core/checks/register.go -- registration
core/check/types.go -- CategoryLeakDetection
Acceptance Criteria
Description
Add a kill switch test that simulates network interruption and probes for real IP exposure during reconnection windows. No CLI tool does this.
Codebase starting point
core/checks/public_ip/check.go-- templatecore/checks/register.go-- registrationcore/check/types.go-- CategoryLeakDetectionAcceptance Criteria
core/checks/killswitch_test/check.goimplementingcheck.Checkerpublic_ipcore/checks/register.gocore/checks/killswitch_test/check_test.go