diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-05 11:06:25 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2014-08-05 11:06:25 +0200 |
commit | 1943fd295c0c9587b4d8a3f656bee78c333bb0d2 (patch) | |
tree | aa8443925884fbd128f3ebcc80c1de98e6e4cec9 /docs | |
parent | 4d207cde2dc224aeede630de64c2e939010851c7 (diff) | |
parent | c264b14b390d78c2146cb500e06683f504f8aef1 (diff) |
Merge pull request #4 from rboissat/master
Docs + HTTP_X_FORWARDED_FOR.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bird.md | 9 | ||||
-rw-r--r-- | docs/cisco.md | 9 | ||||
-rw-r--r-- | docs/juniper.md | 9 | ||||
-rw-r--r-- | docs/misc.md | 5 | ||||
-rw-r--r-- | docs/quagga.md | 9 |
5 files changed, 41 insertions, 0 deletions
diff --git a/docs/bird.md b/docs/bird.md new file mode 100644 index 0000000..068f645 --- /dev/null +++ b/docs/bird.md @@ -0,0 +1,9 @@ +# Looking Glass: BIRD configuration and tips. + +Easy to deploy Looking Glass made in PHP. + +## Security and user access + +## Configuration + +## Debug diff --git a/docs/cisco.md b/docs/cisco.md new file mode 100644 index 0000000..17ad0fe --- /dev/null +++ b/docs/cisco.md @@ -0,0 +1,9 @@ +# Looking Glass: Cisco IOS configuration and tips. + +Easy to deploy Looking Glass made in PHP. + +## Security and user access + +## Configuration + +## Debug diff --git a/docs/juniper.md b/docs/juniper.md new file mode 100644 index 0000000..6de658f --- /dev/null +++ b/docs/juniper.md @@ -0,0 +1,9 @@ +# Looking Glass: Juniper JunOS configuration and tips. + +Easy to deploy Looking Glass made in PHP. + +## Security and user access + +## Configuration + +## Debug diff --git a/docs/misc.md b/docs/misc.md new file mode 100644 index 0000000..9c29361 --- /dev/null +++ b/docs/misc.md @@ -0,0 +1,5 @@ +# Looking Glass: Miscellaneous information + +## Topic 1 + +## Topic 2 diff --git a/docs/quagga.md b/docs/quagga.md new file mode 100644 index 0000000..b3cbc0d --- /dev/null +++ b/docs/quagga.md @@ -0,0 +1,9 @@ +# Looking Glass: Quagga/Zebra configuration and tips. + +Easy to deploy Looking Glass made in PHP. + +## Security and user access + +## Configuration + +## Debug |