We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
gcd-add [-o] <ZONE> <RECORD> <IP>
Add a record, by default create A records with a TTL of 300. -o will enable overwriting a current record if it exists.
-o
gcd-del <ZONE> <RECORD>
Delete matching record RECORD must be a whole match... allow for ending ..
RECORD
.
gcd-<CMD> <ZONE> --OPTION1 ARGUMENT1 --OPTION2 ARGUMENT2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add
gcd-add [-o] <ZONE> <RECORD> <IP>
Add a record, by default create A records with a TTL of 300.
-o
will enable overwriting a current record if it exists.Del
gcd-del <ZONE> <RECORD>
Delete matching record
RECORD
must be a whole match... allow for ending.
.Allow for...
gcd-<CMD> <ZONE> --OPTION1 ARGUMENT1 --OPTION2 ARGUMENT2
The text was updated successfully, but these errors were encountered: