Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
Acme.Sh
Commits
e6b940e2
Commit
e6b940e2
authored
Feb 03, 2017
by
David Kerr
Browse files
Minor edits to FreeDNS documentation
parent
50a9680f
Changes
2
Show whitespace changes
Inline
Side-by-side
README.md
View file @
e6b940e2
...
@@ -270,7 +270,7 @@ You don't have to do anything manually!
...
@@ -270,7 +270,7 @@ You don't have to do anything manually!
1.
ISPConfig 3.1 API
1.
ISPConfig 3.1 API
1.
Alwaysdata.com API
1.
Alwaysdata.com API
1.
Linode.com API
1.
Linode.com API
1.
FreeDNS
1.
FreeDNS
(https://freedns.afraid.org/)
**More APIs coming soon...**
**More APIs coming soon...**
...
...
dnsapi/README.md
View file @
e6b940e2
...
@@ -298,12 +298,9 @@ reuses that when needed.
...
@@ -298,12 +298,9 @@ reuses that when needed.
Now you can issue a certificate.
Now you can issue a certificate.
```
sh
```
sh
acme.sh
--issue
--dns
dns_freedns
--dnssleep
30
-d
example.com
-d
www.example.com
acme.sh
--issue
--dns
dns_freedns
-d
example.com
-d
www.example.com
```
```
FreeDNS updates records quite quickly so it is possible to reduce the dnssleep time, in the above example
to 30 seconds.
# Use custom API
# Use custom API
If your API is not supported yet, you can write your own DNS API.
If your API is not supported yet, you can write your own DNS API.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment