1450793561 commented on issue #12674:
URL: https://github.com/apache/apisix/issues/12674#issuecomment-3409728508

   Now our requirement is to use the real ip address of the client, 
$http_cdn_src_ip, sent by the cdn, and then implement the hash based on the 
client_real_ip variable during the chash algorithm, similar to the 
configuration in nginx as follows
   ```
   map $http_cdn_src_ip $client_real_ip {
   "" $remote_addr;
   default $http_cdn_src_ip;
   } 
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to