mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
22 lines
338 B
JSON
22 lines
338 B
JSON
|
{
|
||
|
"name": "pip",
|
||
|
"set": [
|
||
|
{
|
||
|
"args": [
|
||
|
"config",
|
||
|
"set",
|
||
|
"global.proxy"
|
||
|
]
|
||
|
}
|
||
|
],
|
||
|
"unset": [
|
||
|
{
|
||
|
"args": [
|
||
|
"config",
|
||
|
"unset",
|
||
|
"global.proxy"
|
||
|
]
|
||
|
}
|
||
|
]
|
||
|
}
|