From 4906b0c40370048688cc821878a364593ddbc660 Mon Sep 17 00:00:00 2001 From: Damian Myerscough Date: Tue, 8 Oct 2013 13:35:19 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 9407000..fa039d1 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,14 @@ BIND RESTful API to perform dyanmic DNS updates and display the entire zone file Show Entire Zone ================ -```bash curl http://127.0.0.1:5000/dns/zone/internal.net +` curl http://127.0.0.1:5000/dns/zone/internal.net Create DNS Entry ================ -```bash curl -i -H "Content-Type: application/json" -X POST http://127.0.0.1:5000/dns/record/create/mynewhost.internal.net/300/A/192.168.0.15 +` curl -i -H "Content-Type: application/json" -X POST http://127.0.0.1:5000/dns/record/create/mynewhost.internal.net/300/A/192.168.0.15 Update DNS Entry ================ -```bash curl -i -H "Content-Type: application/json" -X POST http://127.0.0.1:5000/dns/record/update/mynewhost.internal.net/300/A/192.168.0.13 +` curl -i -H "Content-Type: application/json" -X POST http://127.0.0.1:5000/dns/record/update/mynewhost.internal.net/300/A/192.168.0.13