Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
Infoblox Dns Helperscripts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Infoblox Dns Helperscripts
Commits
8744a84d
Commit
8744a84d
authored
2 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update readme
parent
6275eb8e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+7
-3
7 additions, 3 deletions
README.md
with
7 additions
and
3 deletions
README.md
+
7
−
3
View file @
8744a84d
...
...
@@ -12,7 +12,7 @@ Institute for Medical Education; University of Bern
*
Bash
*
curl in $PATH
*
jq in $PATH (optional for coloring json data)
*
jq in $PATH (optional for coloring json data
; and a must for show_ttl.sh
)
## Installation
...
...
@@ -74,7 +74,7 @@ Between the json data are lines starting with a semikolon - these are comments
written to STDERR. To hide them add a 2>/dev/null to hide the comments.
```
txt
./dns-search.sh www.iml.unibe.ch
>
./dns-search.sh www.iml.unibe.ch
;
; >>>>>>>>>> INFOBLOX DNS SEARCH v1.5
;
...
...
@@ -115,14 +115,18 @@ written to STDERR. To hide them add a 2>/dev/null to hide the comments.
This helper searches for all
**host**
entries that override the default
ttl value for the zone objects.
This functionality requires
`jq`
.
```
txt
> ./show_ttls.sh
>>>>>>>>>> INFOBLOX DNS HELPER: TTL v1.
0
>>>>>>>>>> INFOBLOX DNS HELPER: TTL v1.
1
Search for hostnames in Infoblox API and show all hosts that have an
activated custom ttl value.
It uses dns-api.sh and adds the return field for aliases.
The filter functionality of json data requires jq.
SYNTAX: dns-search.sh REGEX
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment