mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2024-05-11 05:55:12 +00:00
DOCS: The Javascript code examples are no longer tied to a DNS provider (#2443)
This commit is contained in:
committed by
GitHub
parent
5b3bb312ea
commit
8656ffdbd5
@@ -249,7 +249,7 @@ Done. 1 corrections.
|
||||
## 6. Make a change
|
||||
|
||||
Try making a change to `dnsconfig.js`. For example, change the IP
|
||||
address of in `A('@', '1.2.3.4')` or add an additional A record.
|
||||
address of in `A("@", "1.2.3.4")` or add an additional A record.
|
||||
|
||||
In our case, we changed the IP address to 10.10.10.10. Previewing
|
||||
our change looks like this:
|
||||
|
||||
Reference in New Issue
Block a user