Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
206ef18
chore: support query ip information with ippure.com
wzdnzd Feb 11, 2026
61e91ee
chore: add encryption validation for vless
wzdnzd Feb 22, 2026
04660dd
chore: add timeout when load config from remote
wzdnzd Feb 24, 2026
3c2c9fa
chore: encode utf16 to utf8
wzdnzd Mar 7, 2026
4c87522
chore: support query ip info from iplark.com
wzdnzd Mar 9, 2026
5ba981c
chore: remove invalid ip library
wzdnzd Mar 9, 2026
9ca650e
chore: use iplark as default ip-library
wzdnzd Mar 9, 2026
ad1ff43
chore: refactor residential check
wzdnzd Mar 9, 2026
b1765f7
chore: typo fixed
wzdnzd Mar 11, 2026
a338bb8
chore: add proxy manager system
wzdnzd Mar 11, 2026
0c67935
feat: support ip2location.com for ip info library
wzdnzd Mar 18, 2026
d983bb9
chore: adjust IP database priority
wzdnzd Mar 19, 2026
8601d2f
chore: add more client to user-gent
wzdnzd Mar 19, 2026
2512a84
chore: catch http and socks protocol when decode
wzdnzd Mar 19, 2026
4a06042
chore: update the verification method for short-id
wzdnzd Mar 22, 2026
7659d28
chore: allow specifying ip library
wzdnzd Mar 23, 2026
5a04a6d
chore: check asn usage type also for ip2location
wzdnzd Mar 29, 2026
c46c042
chore: don't convert https to http
wzdnzd Mar 30, 2026
9aed395
chore: add asn info
wzdnzd Apr 5, 2026
744880a
chore: update client version
wzdnzd Apr 20, 2026
961cc24
chore: support xhttp for vless
wzdnzd Apr 20, 2026
fdc0d06
chore: detailing chinese addresses down to the province level
wzdnzd May 3, 2026
600f919
chore: short-id can be empty
wzdnzd May 16, 2026
18085ce
chore: update mihomo and subconverter
wzdnzd May 25, 2026
224ea5b
chore: extract province from ip info data
wzdnzd Jun 14, 2026
a5e6a6e
chore: update subconverter and mihomo
wzdnzd Jun 19, 2026
85971f0
chore: typo fixed
wzdnzd Jun 21, 2026
f459e6d
chore: check encryption for vless
wzdnzd Jul 9, 2026
783ce4e
chore: update subconverter and mihomo
wzdnzd Jul 16, 2026
2992b83
fix: correct fialed to failed in error message
Jah-yee Jun 30, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitmodules
Binary file modified clash/clash-darwin-amd
Binary file not shown.
Binary file modified clash/clash-darwin-arm
Binary file not shown.
Binary file modified clash/clash-linux-amd
Binary file not shown.
Binary file modified clash/clash-linux-arm
Binary file not shown.
Binary file modified clash/clash-windows-amd.exe
Binary file not shown.
1 change: 1 addition & 0 deletions manager
Submodule manager added at e3d93e
Binary file modified subconverter/subconverter-darwin-amd
Binary file not shown.
Binary file modified subconverter/subconverter-darwin-arm
Binary file not shown.
Binary file modified subconverter/subconverter-linux-amd
Binary file not shown.
Binary file modified subconverter/subconverter-linux-arm
Binary file not shown.
Binary file modified subconverter/subconverter-windows-amd.exe
Binary file not shown.
12 changes: 7 additions & 5 deletions subscribe/airport.py
75 changes: 72 additions & 3 deletions subscribe/clash.py
2 changes: 1 addition & 1 deletion subscribe/crawl.py
259 changes: 199 additions & 60 deletions subscribe/location.py
8 changes: 6 additions & 2 deletions subscribe/process.py
2 changes: 1 addition & 1 deletion subscribe/scripts/fofa.py
2 changes: 1 addition & 1 deletion subscribe/subconverter.py
2 changes: 1 addition & 1 deletion subscribe/utils.py
892 changes: 748 additions & 144 deletions tools/socks-checker.py