psiphon-config.json.stub 425 B

12345678910111213
  1. /*
  2. These are the minimum values required to use the Psiphon Tunnel.
  3. ClientVersion is the version number of your software, which will be tracked in Psiphon stats.
  4. All other values will be provided to you by Psiphon Inc.
  5. */
  6. {
  7. "ClientVersion": "123", /* Must be a number in a string. */
  8. "PropagationChannelId": "...",
  9. "SponsorId": "...",
  10. "RemoteServerListSignaturePublicKey": "...",
  11. "RemoteServerListURLs": "[...]"
  12. }