summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2017-03-10 20:56:23 +0000
committerRoy Marples <roy@marples.name>2017-03-10 20:56:23 +0000
commit52bb8f3ae50ee3b7670fca53b62b0c87ec24a337 (patch)
tree761e73859bcc232241e35b2ba83dbdc1a02b2bab
parentac1459a3fe8c07dab6025a8d566bbc2405fc570b (diff)
downloadparpd-52bb8f3ae50ee3b7670fca53b62b0c87ec24a337.tar.xz
Phabricator doesn't seem to like Markdown reference links ...
-rw-r--r--README.md11
1 files changed, 5 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9d2a21b..be7ba21 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,9 @@
# parpd
-parpd is a Proxy ARP Daemon and complies with [RFC 1027][RFC1027].
-parpd is released under the [2 clause BSD license][BSD2].
+parpd is a Proxy ARP Daemon and complies with
+[RFC 1027](http://tools.ietf.org/html/rfc1027).
+parpd is released under the
+[2 clause BSD license](http://www.freebsd.org/copyright/freebsd-license.html).
## Installing parpd
@@ -14,7 +16,7 @@ cd parpd-1.5
make install
```
-### Configuring
+## Configuring
Configuration is found in the file `/etc/parpd.conf`
Comment lines should start with `#` or `;`
@@ -45,6 +47,3 @@ ignore 192.168.0.8
proxy 0.0.0.0
ignore 10.0.0.0/24
```
-
-[rfc1027]: http://tools.ietf.org/html/rfc1027
-[BSD2]: http://www.freebsd.org/copyright/freebsd-license.html