30 lines
431 B
Markdown
30 lines
431 B
Markdown
# proxy-get-service
|
|
|
|
Proxy get service in Rust
|
|
|
|
```shell
|
|
% ./proxy-get-service --help
|
|
proxy-get-service 0.1.0
|
|
|
|
|
|
USAGE:
|
|
proxy-get-service [FLAGS] [OPTIONS]
|
|
|
|
FLAGS:
|
|
-h, --help Prints help information
|
|
-w, --wide Listen wide 0.0.0.0:port
|
|
-V, --version Prints version information
|
|
|
|
OPTIONS:
|
|
-p, --port <listen_port> Listen port
|
|
```
|
|
|
|
|
|
Assign port startup:
|
|
```shell
|
|
./proxy-get-service -p 1234
|
|
```
|
|
|
|
|
|
|