RKNnoVPN/runtime/testdata/action-start-error.json
2026-06-17 21:59:30 +03:00

33 lines
837 B
JSON

{
"ok": true,
"result": {
"accepted": false,
"status": {
"state": "ERROR",
"uptime": 0,
"traffic": {
"txBytes": 0,
"rxBytes": 0,
"txRate": 0,
"rxRate": 0
},
"health": {
"healthy": false,
"coreRunning": false,
"dnsOperational": false,
"routingReady": false,
"egressReady": false,
"operationalHealthy": false,
"lastCode": "RULES_NOT_APPLIED",
"lastUserMessage": "RKNnoVPN routing rules could not be applied.",
"lastDebug": "iptables denied",
"checkedAt": 1710000000
}
},
"stage": "netstack apply",
"runtimeCode": "RULES_NOT_APPLIED",
"userMessage": "RKNnoVPN routing rules could not be applied.",
"debug": "iptables denied",
"rollbackApplied": true
}
}