From dca41b062912a2dc4cd88afc26abc351add5b44c Mon Sep 17 00:00:00 2001 From: DoTheEvolution Date: Fri, 22 May 2020 00:06:39 +0200 Subject: [PATCH] update --- arch_linux_host_install/readme.md | 4 ++-- caddy_v2/readme.md | 7 +++++-- ddclient/readme.md | 4 ++-- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/arch_linux_host_install/readme.md b/arch_linux_host_install/readme.md index 69640f4..83992e8 100644 --- a/arch_linux_host_install/readme.md +++ b/arch_linux_host_install/readme.md @@ -100,9 +100,9 @@ So if theres boot menu option choose non-uefi. nameserver 1.1.1.1 ``` - `systemctl enable --now systemd-networkd`
+ `systemctl enable --now systemd-networkd` - No troublesome `systemd-resolved` in this setup
+ No troublesome `systemd-resolved` in this setup. * uncomment desidred locales in locale.gen
`vim /etc/locale.gen`
diff --git a/caddy_v2/readme.md b/caddy_v2/readme.md index 2244161..871c4ff 100644 --- a/caddy_v2/readme.md +++ b/caddy_v2/readme.md @@ -287,12 +287,15 @@ if you made changes and want them to take effect. # Caddy more info and various configurations +##### Caddyfile structure: + ![caddyfile-diagram-pic](https://i.imgur.com/c0ycNal.png) -Worth reading the official documentation, especially these short pages +Worth having a look at the official documentation, especially these short pages -* [reverse_proxy](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy) +* [concept](https://caddyserver.com/docs/caddyfile/concepts) * [conventions](https://caddyserver.com/docs/conventions) +* [reverse_proxy](https://caddyserver.com/docs/caddyfile/directives/reverse_proxy) ### Routing traffic to other machines on the LAN diff --git a/ddclient/readme.md b/ddclient/readme.md index 7a40363..ca4758c 100644 --- a/ddclient/readme.md +++ b/ddclient/readme.md @@ -61,7 +61,7 @@ protocol=cloudflare, \ zone=example.com, \ ttl=1, \ login=bastard@gmail.com, \ -password=global-api-key-goes-here \ +password= \ example.com,*.example.com,subdomain.example.com ## @@ -69,7 +69,7 @@ protocol=cloudflare, \ zone=example.org, \ ttl=1, \ login=bastard@gmail.com, \ -password=global-api-key-goes-here \ +password= \ example.org,*.example.org,whatever.example.org ```