diff options
author | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:19:39 +0100 |
---|---|---|
committer | Jonas Lindstad <jonaslindstad@gmail.com> | 2015-02-11 03:19:39 +0100 |
commit | 098fa9ebaf295e7c63efc67cadf2967afbc024b7 (patch) | |
tree | 2f222435413cafa2ed7179ccc23b365294894d28 | |
parent | 6054cd96b0a0ee37cc341fd53b1b9e2958688fc5 (diff) |
Updated readme with examples
-rw-r--r-- | junos-bootstrap/README.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/junos-bootstrap/README.md b/junos-bootstrap/README.md index 44d6d27..c2394dd 100644 --- a/junos-bootstrap/README.md +++ b/junos-bootstrap/README.md @@ -11,6 +11,10 @@ Launch the tooles for junos-bootstrap from tgmanage directory. ## HTTPD j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/httpd/server_http.py + + Example: <a href="httpd/terminal.log">httpd/terminal.log</a> ## DHCPD j@lappie:~/git/tgmanage$ sudo python3 junos-bootstrap/dhcpd/server_dhcp.py + + Example: <a href="dhcpd/terminal.log">dhcpd/terminal.log</a> |