OBFS-SERVER(1) | Shadowsocks-libev Manual | OBFS-SERVER(1) |
obfs-server - simple-obfs server
obfs-server [-v] [-h|--help] [-s <server_host>] [-p <server_port>] [-l <local_port>] [-r <addr>:<port>] [-f <pid_file>] [-t <timeout>] [-c <config_file>] [-i <interface>] [-a <user_name>] [-d <dns_addr>] [-n <nofile>] [-b <local_address] [--fast-open] [--mptcp]
Obfs-simple is a very simple obfuscating tunnel tool.
Obfs-simple is written in pure C and takes advantage of libev to achieve both high performance and low resource consumption.
Obfs-simple consists of two components. obfs-server(1) works as a standard tunnel on remote machines to obfuscate TCP traffic.
-s <server_host>
-p <server_port>
-a <user_name>
-f <pid_file>
-t <timeout>
-c <config_file>
-n <number>
Only available on Linux.
-i <interface>
For example, there are three interfaces in your device, which is lo (127.0.0.1), eth0 (192.168.0.1) and eth1 (192.168.0.2). Meanwhile, you configure obfs-server to listen on 0.0.0.0:8388 and bind to eth1. That results the traffic go out through eth1, but not lo nor eth0. This option is useful to control traffic in multi-interface environment.
-b <local_address>
-6
-d <addr>
--fast-open
Only available with Linux kernel > 3.7.0.
--mptcp
Only available with MPTCP enabled Linux kernel.
--obfs <http|tls>
-v
-h|--help
It is recommended to use a config file when starting obfs-server(1).
The config file is written in JSON and is easy to edit. Check out the SEE ALSO section for the default path of config file.
# Start the obfs-server obfs-server -c /etc/simple-obfs/config.json
obfs-local(1), /etc/simple-obfs/config.json
08/17/2019 | Shadowsocks-libev 0.0.5 |