Files
dynco-nym d3648f13c5 NS API socks5 support (#6361)
* Add conversion from gw_probe crate type

* Move code around
- split 1000+ LoC files into smaller ones

* Add socks5 field
- code improvements in gw_probe crate

* Fix docker build
- install go
- required as build dependency of gw probe

* Add logs to agent

* NS API: configure DB via env

* rebase fix

* socks5 score calc

* Cargo fmt

* use existing div_ceil

* Code improvements

* Bump NS API version

* Rename variables

* Bump API & agent version

* Try to fix CI

* Build only on linux
2026-01-29 20:54:21 +01:00

15 lines
421 B
Markdown

# Node Status Agent
An agent to run tests and report results back to the Node Status API.
Environment variables that can be set individually are:
- `NODE_STATUS_AGENT_SERVER_PORT` - Node Status API port
- `NODE_STATUS_AGENT_SERVER_ADDRESS` - Node Status API address
Or use `NODE_STATUS_AGENT_ARGS` to pass your own arguments:
```
NODE_STATUS_AGENT_ARGS="run-probe --server localhost:8000 --mnemonic foo bar baz"
```