{
  "Realm": "example.org",
  "Software": "StunTurnServer/.NET10",
  "PublicIp": "193.151.132.61",
  "PublicIpv6": null,
  "StunOnly": false,
  "Listen": [
    {
      "Ip": "193.151.132.61",
      "Port": 3478,
      "Transport": "Udp"
    },
    {
      "Ip": "193.151.132.61",
      "Port": 3478,
      "Transport": "Tcp"
    }
  ],
  "Users": [
    {
      "Username": "m.nazari",
      "Password": "m.nazari"
    }
  ],
  "NonceSecret": "change-me",
  "AllocationLifetimeSeconds": 600,
  "PermissionLifetimeSeconds": 300,
  "ChannelLifetimeSeconds": 600,
  "NonceLifetimeSeconds": 3600,
  "MaxAllocationCount": 10000,
  "MaxAllocationsPerUser": 100,
  "EnableFingerprint": true,
  "RelayPortMin": 49152,
  "RelayPortMax": 65535,
  "TurnRestSharedSecret": null,
  "TurnRestTokenLifetimeSeconds": 86400,
  "EnableTls": false,
  "TlsPort": 5349,
  "TlsCertificatePath": null,
  "TlsCertificatePassword": null,
  "DeniedPeerIpPrefixes": [],
  "AllowedPeerIpPrefixes": []
}