Skip to content

Commit

Permalink
make links support None transport
Browse files Browse the repository at this point in the history
as hysteria2 transport could be None
  • Loading branch information
khodedawsh authored Sep 22, 2024
1 parent fe5bb38 commit 0be5f89
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions v2share/links.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"grpc",
"httpupgrade",
"splithttp",
None,
]
supported_protocols = ["vmess", "vless", "trojan", "shadowsocks", "hysteria2"]

Expand Down

0 comments on commit 0be5f89

Please sign in to comment.