aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJoe Hunkeler <jhunkeler@gmail.com>2014-08-12 23:07:40 -0400
committerJoe Hunkeler <jhunkeler@gmail.com>2014-08-12 23:07:40 -0400
commit170e01d3bb1fafda6c1e1b6f588989af735aaff5 (patch)
tree93f52568dc4e4ba19f0fc7893844903fe955a4cf /README.md
parent7e7b502d376e3ee3da5be0594b3949db12e7ff6e (diff)
downloadcidrchk-170e01d3bb1fafda6c1e1b6f588989af735aaff5.tar.gz
README.md edited online with Bitbucket
Diffstat (limited to 'README.md')
-rw-r--r--README.md44
1 files changed, 23 insertions, 21 deletions
diff --git a/README.md b/README.md
index e79c9f0..a391631 100644
--- a/README.md
+++ b/README.md
@@ -30,30 +30,13 @@ python setup.py install --user
# What is cidrchk?
-`cidrchk` is a simple Python script with only one purpose: To inform a user whether or not their computer is connected to a particular network. For example, on your "work" laptop, let's assume you depend on autofs to automatically mount NFS directories at-will.
+`cidrchk` is a simple Python script with only one purpose: To inform a user whether or not their computer is connected to a particular network.
-However, when you are off-site or not connected to your institution's VPN, you quickly realize attempting to access these data areas causes significant delays (i.e. a *five minute* default timeout)
-
-# Options
-
-```
-usage: cidrchk [-h] [--ignore IGNORE] [--debug] [--verbose] cidr [cidr ...]
-
-Detects whether or not any ethernet devices match to a defined CIDR range.
-
-positional arguments:
- cidr IP range(s) to detect
+# How do I use it?
-optional arguments:
- -h, --help show this help message and exit
- --ignore IGNORE, -i IGNORE
- IP range(s) to ignore (Default: link-local and
- localhost)
- --debug, -d
- --verbose, -v
-```
+Let's assume you depend on autofs to automatically mount NFS directories at-will.
-# How do I use it?
+However, when you are off-site or not connected to your institution's VPN, you quickly realize attempting to access these data areas causes significant delays (i.e. a *five minute* default timeout)
Consider the following **.cshrc** example:
@@ -120,6 +103,25 @@ if (( ${OFFSITE} )); then
fi
```
+# Options
+
+```
+usage: cidrchk [-h] [--ignore IGNORE] [--debug] [--verbose] cidr [cidr ...]
+
+Detects whether or not any ethernet devices match to a defined CIDR range.
+
+positional arguments:
+ cidr IP range(s) to detect
+
+optional arguments:
+ -h, --help show this help message and exit
+ --ignore IGNORE, -i IGNORE
+ IP range(s) to ignore (Default: link-local and
+ localhost)
+ --debug, -d
+ --verbose, -v
+```
+
# Bug Reporting
Submit bug reports via this project's issue tracker: https://bitbucket.org/jhunkeler/cidrchk/issues