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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
IML Open Source
Infoblox Dns Helperscripts
Commits
e34d4d73
Commit
e34d4d73
authored
3 years ago
by
Hahn Axel (hahn)
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
46c16857
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+11
-6
11 additions, 6 deletions
README.md
with
11 additions
and
6 deletions
README.md
+
11
−
6
View file @
e34d4d73
...
@@ -10,6 +10,7 @@ License: GNU GPL 3.0
...
@@ -10,6 +10,7 @@ License: GNU GPL 3.0
*
Bash
*
Bash
*
curl in $PATH
*
curl in $PATH
*
jq in $PATH (optional for coloring json data)
## Installation
## Installation
...
@@ -37,14 +38,12 @@ Search for aliases and hosts.
...
@@ -37,14 +38,12 @@ Search for aliases and hosts.
Search for hostnames or aliases in Infoblox API
Search for hostnames or aliases in Infoblox API
It uses dns-api.sh and adds the return field for aliases.
It uses dns-api.sh and adds the return field for aliases.
SYNTAX: dns-search.sh name|alias REGEX
SYNTAX: dns-search.sh
[
name|alias
]
REGEX
EXAMPLES:
EXAMPLES:
(1)
(1)
search for a hostname / A record
search for a hostname / A record
dns-search.sh www.iml.unibe.ch
OR
dns-search.sh name www.iml.unibe.ch
dns-search.sh name www.iml.unibe.ch
(2)
(2)
...
@@ -53,6 +52,12 @@ search for CNAME - use "alias" as 1st parameter
...
@@ -53,6 +52,12 @@ search for CNAME - use "alias" as 1st parameter
(3)
(3)
The search supports regex:
The search supports regex:
dns-search.sh ^assets
dns-search.sh name ^assets
dns-search.sh "^(connector|examinator).*measured.stage"
dns-search.sh name "^(connector|examinator).*measured.stage"
(4)
Lazy mode: do not add name or alias to start 2 requests to search in name and
alias fields
dns-search.sh ufive
```
```
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