Skip to content

Commit

Permalink
Fix bug that socks5 proxy cannot apply username and password authenti…
Browse files Browse the repository at this point in the history
…cation

修复socks5代理无法应用用户名密码认证的bug
  • Loading branch information
jiangtian616 committed Apr 9, 2024
1 parent 4547ef0 commit 34d0329
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
5 changes: 5 additions & 0 deletions changelog/v7.4.13+195.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- 修复socks5代理无法应用用户名密码认证的bug

------------------------------------------------------------------------------------------

- Fix bug that socks5 proxy cannot apply username and password authentication
11 changes: 6 additions & 5 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -576,10 +576,11 @@ packages:
flutter_socks_proxy:
dependency: "direct main"
description:
name: flutter_socks_proxy
sha256: "5603ad90c2849d2e6f2b4ed3d337653b3a6c8fb471f535e3715254913a9206ce"
url: "https://pub.flutter-io.cn"
source: hosted
path: "."
ref: HEAD
resolved-ref: "52759af6c6b245db4ba5bfa9ccc64d74f3ceb2fb"
url: "https://github.com/jiangtian616/socks_proxy"
source: git
version: "0.0.3"
flutter_svg:
dependency: transitive
Expand Down Expand Up @@ -828,7 +829,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "6c512731426d06bf86771093d2adb6af2db5e4ea"
resolved-ref: a4d39a14b3d0b0c8de782d37176f240c6564e682
url: "https://github.com/jiangtian616/JDownloader"
source: git
version: "0.0.1"
Expand Down
8 changes: 5 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: jhentai
description: A flutter app for E-Hentai/EXHentai

publish_to: 'none'
version: 7.4.13+194
version: 7.4.13+195

environment:
sdk: '>=3.0.0 <4.0.0'
Expand Down Expand Up @@ -78,7 +78,9 @@ dependencies:
image_save: 5.0.0
system_network_proxy: 1.0.2
http_proxy: 1.2.1
flutter_socks_proxy: 0.0.3
flutter_socks_proxy:
# https://github.com/tayoji-io/socks_proxy/issues/7
git: https://github.com/jiangtian616/socks_proxy
flutter_draggable_gridview:
# remove assert
git:
Expand Down Expand Up @@ -109,7 +111,7 @@ dependency_overrides:
url: https://github.com/jiangtian616/dio
path: dio
ref: append-mode

dev_dependencies:
flutter_test:
sdk: flutter
Expand Down

0 comments on commit 34d0329

Please sign in to comment.