MCPcopy Create free account
hub / github.com/dedsec1121fk/DedSec / save_proxy_state

Function save_proxy_state

Scripts/Developer Base/Free Internet.py:594–595  ·  view source on GitHub ↗
(state: dict)

Source from the content-addressed store, hash-verified

592
593
594def save_proxy_state(state: dict) -> None:
595 save_json(PROXY_STATE_FILE, state)
596
597
598def get_bad_proxy_map(country: str) -> dict:

Callers 3

get_bad_proxy_mapFunction · 0.70
mark_proxy_badFunction · 0.70
mark_proxy_goodFunction · 0.70

Calls 1

save_jsonFunction · 0.70

Tested by

no test coverage detected