diff --git a/index.html b/index.html index ae6c184..2c5ec4d 100644 --- a/index.html +++ b/index.html @@ -6,20 +6,24 @@ Juniper Parser -
- +

Juniper Parser

+

Put your Juniper configuration in the first textarea, then click on the button. It'll convert the configuration to a series of set commands.

+ + + - +

Informations

Authors

-

Tim Price writed a PHP script to convert Juniper conf to a series of set commands. You can find it on this github. I just rewrite it in JS and add an interface. You can find the source code on this github.

+

Tim Price wrote a PHP script to convert Juniper conf to a series of set commands. You can find it on this github. I just rewrote it in JS and add an interface. You can find the source code on this github.

Contact

My email address : rick@gnous.eu

My Github page : here we go

About the code

All the code is under GPL3 licence.

+

It can be used offline, the parsing is done locally, on your PC.