small fixes in README

This commit is contained in:
cave beat 2017-08-15 18:29:25 +02:00
parent 29b4acad08
commit d5aaa3e378
1 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ Zone File/Zone UUID. This can be used if additional/new subdomains get appended
There exist several providers for this case, but better is to run your own somewhere. There exist several providers for this case, but better is to run your own somewhere.
#### Poor Mans PHP Solution #### Poor Mans PHP Solution
On a LAMP Stack, place the file [index.php]https://github.com/cavebeat/gandi_live_dns/blob/master/src/example-index.php) in a directory /ip in your webroot. On a LAMP Stack, place the file [index.php](https://github.com/cavebeat/gandi_live_dns/blob/master/src/example-index.php) in a directory /ip in your webroot.
``` ```
root@laptop:~# curl https://blog.cavebeat.org/ip/ root@laptop:~# curl https://blog.cavebeat.org/ip/
@ -112,8 +112,8 @@ root@laptop:~# curl https://blog.cavebeat.org/ip/
``` ```
This should fit your personal needs and you still selfhost the whole thing. This should fit your personal needs and you still selfhost the whole thing.
#### https://github.com/mpolden/ipd #### IP address lookup service https://ifconfig.co
A simple service for looking up your IP address. This is the code that powers [https://ifconfig.co](https://ifconfig.co) https://github.com/mpolden/ipd A simple service for looking up your IP address. This is the code that powers [https://ifconfig.co](https://ifconfig.co)
#### use external services #### use external services
choose one as described in the config file. choose one as described in the config file.