blob: 1cfdc7f2c3ae5769a74ee822e198dbb63b2f3a83 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
[
{ type: install
message: <<EOM
Hans runs on Linux as a client and a server.
It runs on FreeBSD client only.
NOTE: that Hans cannot receive echo requests on BSD systems.
Therefore the server only works on Linux.
### Running as a server ###
% hans -s 10.1.2.0 -r -p password -u nobody
### Running as a client ###
% hans -c server_address -p password -u nobody
### Help ###
% hans
EOM
}
]
|