Skip to content

Commit

Permalink
add 3 more proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
Magier committed Jun 22, 2024
1 parent 9f8db1d commit 489ed50
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Teldrive=https://github.com/divyam234/teldrive
RClone=https://github.com/rclone/rclone
RClone-divyam234=https://github.com/juzkev/rclone
RClone-Juzkev=https://github.com/divyam234/rclone
Aria2ProCore=https://github.com/P3TERX/Aria2-Pro-Core

[Proxy]
Rathole=https://github.com/rapiz1/rathole
Expand All @@ -29,7 +30,10 @@ Gost=https://github.com/ginuerzh/gost
mieru=https://github.com/enfein/mieru
lucky=https://github.com/gdy666/lucky
glider=https://github.com/nadoo/glider
SubStore=https://github.com/sub-store-org/Sub-Store
#SubStore=https://github.com/sub-store-org/Sub-Store
GoProxyBingai=https://github.com/adams549659584/go-proxy-bingai
HttpMeta=https://github.com/xream/http-meta
wstunnel=https://github.com/erebe/wstunnel

[RAT]
NezhaDashboard=https://github.com/naiba/nezha
Expand Down
2 changes: 1 addition & 1 deletion src/update_feed.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def normalize_version(version: str) -> SemVer:

result = re.search(SEMVER_PATTERN, version)
if result is None:
logger.warn(f"failed to parse version '{version}'")
logger.warning(f"failed to parse version '{version}'")
return SemVer()

*nums, label = result.groups()
Expand Down

0 comments on commit 489ed50

Please sign in to comment.