@@ -0,0 +1,24 @@
|
||||
[
|
||||
{
|
||||
"id": "proxyfier",
|
||||
"name": "ProxiFyre",
|
||||
"state": "installed",
|
||||
"installed": true,
|
||||
"running": false,
|
||||
"version": null,
|
||||
"path": "C:\\Tools\\ProxiFyre\\ProxiFyre.exe",
|
||||
"problems": [],
|
||||
"actions": []
|
||||
},
|
||||
{
|
||||
"id": "singbox",
|
||||
"name": "Local sing-box",
|
||||
"state": "missing",
|
||||
"installed": false,
|
||||
"running": false,
|
||||
"version": null,
|
||||
"path": null,
|
||||
"problems": [],
|
||||
"actions": []
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"subscription_url": "https://subscription.example.test/redacted",
|
||||
"selected_server_tag": "fixture-server",
|
||||
"listen_host": "127.0.0.1",
|
||||
"listen_port": 1080,
|
||||
"service_name": "ProxyWardenSingBox",
|
||||
"install_root": "C:\\Program Files\\ProxyWarden\\sing-box",
|
||||
"updated_at": null
|
||||
}
|
||||
@@ -0,0 +1,29 @@
|
||||
[
|
||||
{
|
||||
"id": "fixture-profile",
|
||||
"name": "Fixture profile",
|
||||
"enabled": true,
|
||||
"target_id": "fixture-target",
|
||||
"protocols": [
|
||||
"TCP",
|
||||
"UDP"
|
||||
],
|
||||
"items": [
|
||||
{
|
||||
"type": "process",
|
||||
"value": "FixtureProcess",
|
||||
"recursive": false
|
||||
},
|
||||
{
|
||||
"type": "exe",
|
||||
"value": "C:\\Fixture\\Apps\\fixture.exe",
|
||||
"recursive": false
|
||||
},
|
||||
{
|
||||
"type": "folder",
|
||||
"value": "C:\\Fixture\\Games",
|
||||
"recursive": true
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
@@ -0,0 +1,11 @@
|
||||
[
|
||||
{
|
||||
"id": "fixture-target",
|
||||
"name": "Fixture target",
|
||||
"kind": "external",
|
||||
"protocol": "socks5",
|
||||
"host": "proxy.example.test",
|
||||
"port": 1080,
|
||||
"requires_component": null
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user