Skip to content

Commit 231883a

Browse files
add yaml 3
1 parent 7943bb3 commit 231883a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -954,6 +954,7 @@ func clashHyToURI(p ClashProxy) string {
954954
portStr := clashPortStr(p.Port)
955955
sni := clashSNI(p)
956956
up := clashBandwidthMbps(p.Up)
957+
down := clashBandwidthMbps(p.Down)
957958

958959
q := url.Values{}
959960
q.Set("peer", sni)

0 commit comments

Comments
 (0)