warp CS API documentation

/v2/meta/cdnserver

Determines the warpcs.org CDN server the client is connecting through.

Response Body

JSON Object:

Name Type Description
hostname string The hostname of the CDN server.
ip string The IP address of the CDN server. IPv6 addresses are not enclosed in brackets.
ipv6 boolean Whether the client is connecting using IPv6.
clientIpAddr string The IP address of the client. IPv6 addresses are not enclosed in brackets.

See Also