perf_https_peer2.conf 813 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @INLINE@ template_cfg_peer2.conf
  2. [PATHS]
  3. GNUNET_TEST_HOME = $GNUNET_TMP/test-transport/api-tcp-p2/
  4. [transport]
  5. PLUGINS = https_server
  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. HTTPPORT = 9080
  13. OPTIONS = -p
  14. BINDTOIPV4 = YES
  15. BINDTOIP = 127.0.0.1
  16. [ats]
  17. # Network specific inbound/outbound quotas
  18. UNSPECIFIED_QUOTA_IN = unlimited
  19. UNSPECIFIED_QUOTA_OUT = unlimited
  20. # LOOPBACK
  21. LOOPBACK_QUOTA_IN = unlimited
  22. LOOPBACK_QUOTA_OUT = unlimited
  23. # LAN
  24. LAN_QUOTA_IN = unlimited
  25. LAN_QUOTA_OUT = unlimited
  26. # WAN
  27. WAN_QUOTA_IN = unlimited
  28. WAN_QUOTA_OUT = unlimited
  29. # WLAN
  30. WLAN_QUOTA_IN = unlimited
  31. WLAN_QUOTA_OUT = unlimited
  32. # BLUETOOTH
  33. BLUETOOTH_QUOTA_IN = unlimited
  34. BLUETOOTH_QUOTA_OUT = unlimited
  35. # ATS options