You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The web interface allows to create a spectrum application using an origin IP address. Here's the description:
Origin
You can designate an IP, DNS record, or a Cloudflare Load Balancer as your origin.
Enter the IP or DNS record and port of your service. Your service must use the same transport protocol as the edge port.
However, the API doesn't seem to support using IPv4/6 addresses as origin. Likewise the go library comes with the error:
Current cloudflare-go version
v0.89.0
Description
The web interface allows to create a spectrum application using an origin IP address. Here's the description:
However, the API doesn't seem to support using IPv4/6 addresses as
origin
. Likewise the go library comes with the error:if we use an IP address such as:
Use cases
Registering spectrum applications via API using IP addresses for origins and not DNS names.
Potential cloudflare-go usage
References
No response
The text was updated successfully, but these errors were encountered: