MySQL Forums
Forum List  »  Router & Proxy

Router COnfig
Posted by: gane k
Date: February 03, 2022 10:51PM

How to add multiple bind address without using 0.0.0.0

[routing:1]
bind_address = ip address1
bind_port = 7001
destinations = foo.example.org:3306
routing_strategy = round-robin

[routing:2]
bind_address = ip address2
bind_port = 7002
destinations = foo.example.org:3306
routing_strategy = first-available

Options: ReplyQuote


Subject
Views
Written By
Posted
Router COnfig
474
February 03, 2022 10:51PM
246
February 07, 2022 10:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.