Replies: 1 comment 1 reply
-
You could try to override the dialer and do the mapping there. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there any support for NAT mapping?
For example, our Sentinels and redis servers are connected via LAN IP addresses (faster), and hence, the sentinel announces the LAN IP address.
However, our API servers may be located outside the LAN, which means we need to connect to WAN IP.
Is there a way we can map WAN IP to LAN IP?
E.g. when I was using javascript, we use ioredis with this feature https://github.com/luin/ioredis#nat-mapping
Beta Was this translation helpful? Give feedback.
All reactions