You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/06/23 16:52:38 UTC

[GitHub] [shardingsphere] TeslaCN opened a new issue, #18554: ShardingSphere-Proxy listen on specified IP

TeslaCN opened a new issue, #18554:
URL: https://github.com/apache/shardingsphere/issues/18554

   ## Feature Request
   
   ### Is your feature request related to a problem?
   
   For security.
   
   ### Describe the feature you would like.
   
   Support listening on specified IP like the following:
   ```bash
   bin/start.sh 127.0.0.1:3307
   ```
   


-- 
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: notifications-unsubscribe@shardingsphere.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] csonezp commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
csonezp commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173754005

   > @TeslaCN Hi,the options [-h addresses] is already used for print_usage, should it be replaced by "-addr" ?
   
   or "-host" ?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] csonezp commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
csonezp commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173764227

   > How about naming it -a?
   
   ok, that's a good solution


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] csonezp commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
csonezp commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173459452

   I'd like to try that.


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN closed issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
TeslaCN closed issue #18554: ShardingSphere-Proxy listen on specified addresses
URL: https://github.com/apache/shardingsphere/issues/18554


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173759342

   How about naming it -a?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] csonezp commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
csonezp commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173751970

   @TeslaCN Hi,the options [-h addresses] is already used for print_usage, should it be replaced by "-addr" ?


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [shardingsphere] TeslaCN commented on issue #18554: ShardingSphere-Proxy listen on specified addresses

Posted by GitBox <gi...@apache.org>.
TeslaCN commented on issue #18554:
URL: https://github.com/apache/shardingsphere/issues/18554#issuecomment-1173461317

   @csonezp Welcome!


-- 
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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org