Skip to content
Snippets Groups Projects
Verified Commit cc4a64ee authored by 贾昊's avatar 贾昊
Browse files

ZxConfig: 提供命令行工具

parent 5ed389d7
Branches
Tags 0.4.5
No related merge requests found
......@@ -10,6 +10,9 @@
"scripts": {
"pre-autoload-dump": "Zxedu\\Runtime\\ZxConfig\\ZxConfig::update_schema"
},
"bin": [
"bin/zx_conf_php"
],
"authors": [
{
"name": "Nashira",
......
......@@ -50,7 +50,7 @@ class ConfigurationAgent
'secret' => $this->secret,
'ns_mode' => 'full',])
->throwHTTPError()
->setProxy("socks5h://127.0.0.1:12345")
// ->setProxy("socks5h://127.0.0.1:12345")
// ->setDebug()
->perform();
$data = $resp->json();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment