mirror of
https://github.com/wangyu-/udp2raw.git
synced 2025-01-19 14:29:34 +08:00
Updated argument name
This commit is contained in:
parent
c2aaf9b544
commit
eedffd90a0
@ -98,7 +98,7 @@ git version:6e1df4b39f build date:Oct 24 2017 09:21:15
|
|||||||
repository: https://github.com/wangyu-/udp2raw-tunnel
|
repository: https://github.com/wangyu-/udp2raw-tunnel
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
run as client : ./this_program -c -l local_listen_ip:local_port -r server_ip:server_port [options]
|
run as client : ./this_program -c -l local_listen_ip:local_port -r remote_host:server_port [options]
|
||||||
run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options]
|
run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options]
|
||||||
|
|
||||||
common options,these options must be same on both side:
|
common options,these options must be same on both side:
|
||||||
|
@ -102,7 +102,7 @@ git version:adbe7d110f build date:Sep 6 2017 05:37:45
|
|||||||
repository: https://github.com/wangyu-/udp2raw-tunnel
|
repository: https://github.com/wangyu-/udp2raw-tunnel
|
||||||
|
|
||||||
usage:
|
usage:
|
||||||
run as client : ./this_program -c -l local_listen_ip:local_port -r server_ip:server_port [options]
|
run as client : ./this_program -c -l local_listen_ip:local_port -r remote_host:server_port [options]
|
||||||
run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options]
|
run as server : ./this_program -s -l server_listen_ip:server_port -r remote_host:remote_port [options]
|
||||||
|
|
||||||
common options,these options must be same on both side:
|
common options,these options must be same on both side:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user