mirror of
https://github.com/safing/intel-data
synced 2025-04-09 03:49:08 +00:00
Add README for broadcast notifications
This commit is contained in:
parent
e220fb8c36
commit
287ca2068e
2 changed files with 19 additions and 1 deletions
19
portmaster/README.md
Normal file
19
portmaster/README.md
Normal file
|
@ -0,0 +1,19 @@
|
|||
# Portmaster Operational Data
|
||||
|
||||
### notifications.yaml
|
||||
|
||||
Operational messages, warnings and other information broadcasted to all Portmaster instances.
|
||||
|
||||
__Testing__
|
||||
|
||||
- Put Portmaster into Dev Mode.
|
||||
- Run `curl --upload-file notifications.yaml http://127.0.0.1:817/api/v1/broadcasts/simulate`
|
||||
|
||||
Other helpful things:
|
||||
```
|
||||
# View matching data
|
||||
curl http://127.0.0.1:817/api/v1/broadcasts/matching-data
|
||||
|
||||
# Reset state
|
||||
curl -X POST http://127.0.0.1:817/api/v1/broadcasts/reset-state
|
||||
```
|
|
@ -8,4 +8,3 @@ __Testing__
|
|||
|
||||
- Put Portmaster into Dev Mode.
|
||||
- Run `curl --upload-file main-intel.yaml http://127.0.0.1:817/api/v1/spn/map/main/intel/update`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue