mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2026-04-27 00:25:50 +03:00
[GH-ISSUE #150] Ability to use cname in template #98
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
pull-request
question
question
upstream
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/nsedit#98
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @webvanced on GitHub (Jun 26, 2017).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/150
Hi,
It would be nice to be able to add a cname to the zonename in the template.
I made a small modification to the code to make this work. Would be nice to have this in the nsedit source.
Example template config:
array( 'name' => '', 'type' => 'A', 'content' => '1.2.3.4' ), array( 'name' => '', 'type' => 'CNAME', 'content' => '[zonename]' )In zones change add below 333 a line that replaces [zonenname].
Thanx for the good work.
@tuxis-ie commented on GitHub (Jun 26, 2017):
Thanks. Can you turn this into a PR?
@webvanced commented on GitHub (Jul 11, 2017):
Hi, created the pull request.
@tuxis-ie commented on GitHub (Aug 7, 2017):
Merged #153