mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
external proxy support authentication (#303)
This commit is contained in:
@@ -294,7 +294,6 @@ class LinuxSystemProxy extends SystemProxy {
|
||||
return Future.wait([hostFuture, portFuture]).then((value) {
|
||||
var host = Strings.trimWrap(value[0], "'");
|
||||
var port = Strings.trimWrap(value[1], "'");
|
||||
print("$host:$port");
|
||||
if (host.isNotEmpty && port.isNotEmpty) {
|
||||
return ProxyInfo.of(host, int.parse(port));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user