Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
594
def
save_proxy_state(state: dict) -> None:
595
save_json(PROXY_STATE_FILE, state)
596
597
598
def
get_bad_proxy_map(country: str) -> dict:
Callers
3
get_bad_proxy_map
Function · 0.70
mark_proxy_bad
Function · 0.70
mark_proxy_good
Function · 0.70
Calls
1
save_json
Function · 0.70
Tested by
no test coverage detected