Can I disconnect the SN from the one satellite?

 & 'C:\Program Files\Storj\Storage Node\storagenode.exe' setup --help | sls trust

      --storage2.trust.cache-path string                         file path where trust lists should be cached (default
"C:\\Users\\USER\\AppData\\Roaming\\Storj\\Storagenode/trust-cache.json")
      --storage2.trust.exclusions trust-exclusions               list of trust exclusions
      --storage2.trust.refresh-interval duration                 how often the trust pool should be refreshed (default
6h0m0s)
      --storage2.trust.sources trust-sources                     list of trust sources (default
https://tardigrade.io/trusted-satellites)

Here is format for exclusion entry: storj/config_test.go at bd36a41a9ebe4d855ad654daf3856728e2796d98 · storj/storj · GitHub
You also can try to specify a file as a source or just list them all there in the storage2.trust.sources
But obviously you would not have automatic updates for such a list.

2 Likes