Skip to content

Commit 872fbea

Browse files
committed
fix: 🐛 socks->socks5
1 parent 5290d57 commit 872fbea

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/model/setting.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,6 @@ func (s *Setting) Validate() error {
6666
validSchemes := map[string]bool{
6767
"http": true,
6868
"https": true,
69-
"socks": true,
7069
"socks5": true,
7170
}
7271
if !validSchemes[parsedURL.Scheme] {

0 commit comments

Comments
 (0)