perf_https_peer1.conf 791 B

12345678910111213141516171819202122232425262728293031323334353637
  1. @INLINE@ template_cfg_peer1.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p1/
  4. [transport]
  5. PLUGINS = https_client
  6. [nat]
  7. # Disable IPv6 support
  8. DISABLEV6 = YES
  9. # Do we use addresses from localhost address ranges? (::1, 127.0.0.0/8)
  10. RETURN_LOCAL_ADDRESSES = NO
  11. [hostlist]
  12. OPTIONS = -b
  13. SERVERS = http://localhost:9080/
  14. [ats]
  15. # Network specific inbound/outbound quotas
  16. UNSPECIFIED_QUOTA_IN = unlimited
  17. UNSPECIFIED_QUOTA_OUT = unlimited
  18. # LOOPBACK
  19. LOOPBACK_QUOTA_IN = unlimited
  20. LOOPBACK_QUOTA_OUT = unlimited
  21. # LAN
  22. LAN_QUOTA_IN = unlimited
  23. LAN_QUOTA_OUT = unlimited
  24. # WAN
  25. WAN_QUOTA_IN = unlimited
  26. WAN_QUOTA_OUT = unlimited
  27. # WLAN
  28. WLAN_QUOTA_IN = unlimited
  29. WLAN_QUOTA_OUT = unlimited
  30. # BLUETOOTH
  31. BLUETOOTH_QUOTA_IN = unlimited
  32. BLUETOOTH_QUOTA_OUT = unlimited
  33. # ATS options