mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-05-20 16:15:47 +08:00
扫码连接终端 相机权限
This commit is contained in:
@@ -134,7 +134,7 @@ class ProxyServer {
|
||||
return;
|
||||
}
|
||||
Map<String, dynamic> config = jsonDecode(await file.readAsString());
|
||||
logger.i('加载配置文件 [$file] $config');
|
||||
logger.i('加载配置文件 [$file]');
|
||||
enableSsl = config['enableSsl'] == true;
|
||||
port = config['port'] ?? port;
|
||||
HostFilter.whitelist.load(config['whitelist']);
|
||||
|
||||
Reference in New Issue
Block a user