TeslaCN commented on issue #18554:
URL:
https://github.com/apache/shardingsphere/issues/18554#issuecomment-1172154731
The API of binding addresses could be:
```bash
bin/start.sh -h 127.0.0.1,192.168.1.1 -p 13306 -c /path/to/conf
```
```
-h Bind addresses, can be IPv4, IPv6, hostname. In
case more than one address is specified in a
comma-separated list. The default value is '0.0.0.0'.
-p Bind port, default is '3307', which could be changed in server.yaml
-c Path to config directory of ShardingSphere-Proxy, default it 'conf'
```
--
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]