Configuration-file: .netConrc (default)
List-file: .netConList (default in .netConrc)
####Configurations:
- List: each line should contain a servername
- RC-File: vars are defined here (shell-syntax)
- Comments: # (shell-syntax)
####Options:
-c
Number of pings to each server
-f
File containing the list of servers to ping
####Examples:
- To quickly get a pingback from a certain server which isn't in a file you can simply do the following:
netCon -f <(echo 'test.server.tld')
- You can also modify the amount of packets to be sent:
netCon -c n
(but please do NOT 'spam')
###ToDo
- Directly pass multiple server-addresses to the script without the need of an extra file