Fix SPN testnet portmaster args

This commit is contained in:
Daniel 2024-12-20 13:36:15 +01:00
parent c7f3475382
commit 1e9e6263d4

View file

@ -33,7 +33,7 @@ For testing just one Hub with a different build or config, you can simply use `.
For connecting to the SPN test network with Portmaster, execute portmaster like this:
sudo ../../../cmds/portmaster-core/portmaster-core --disable-shutdown-event --devmode --log debug --data /opt/safing/portmaster
sudo ../../../cmds/portmaster-core/portmaster-core --disable-shutdown-event --devmode --log debug --data /opt/safing/portmaster --spn-map test --bootstrap-file ./testdata/shared/bootstrap.dsd
Note:
This uses the same portmaster data and config as your installed version.