mirror of
https://github.com/norohind/hans.git
synced 2025-04-21 00:17:37 +03:00
17 lines
246 B
Plaintext
17 lines
246 B
Plaintext
### Compiling ###
|
|
|
|
make
|
|
|
|
### Running as a server ###
|
|
|
|
./hans -s 10.1.2.0 -r -p password -u nobody
|
|
echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
|
|
|
|
### Running as a client ###
|
|
|
|
./hans -c server_address -p password -u nobody
|
|
|
|
### Help ###
|
|
|
|
./hans
|