|
|
|
@@ -147,8 +147,8 @@ coturn_turn_external_ip_addresses: "{{ [coturn_turn_external_ip_address] if cotu |
|
|
|
coturn_turn_external_ip_address_auto_detection_enabled: "{{ coturn_turn_external_ip_addresses | length == 0 and coturn_turn_external_ip_address_auto_detection_echoip_service_url != '' }}" |
|
|
|
|
|
|
|
# Specifies the address of the EchoIP service (https://github.com/mpolden/echoip) to use for detecting the external IP address. |
|
|
|
# By default, we use the official public instance. |
|
|
|
coturn_turn_external_ip_address_auto_detection_echoip_service_url: https://ifconfig.co/json |
|
|
|
# Example: https://ifconfig.co/json |
|
|
|
coturn_turn_external_ip_address_auto_detection_echoip_service_url: "" |
|
|
|
|
|
|
|
# Controls whether SSL certificates will be validated when contacting the EchoIP service (coturn_turn_external_ip_address_auto_detection_echoip_service_url) |
|
|
|
coturn_turn_external_ip_address_auto_detection_echoip_validate_certs: true |
|
|
|
|