diff options
Diffstat (limited to 'research/devops.mdwn')
| -rw-r--r-- | research/devops.mdwn | 17 | 
1 files changed, 6 insertions, 11 deletions
| diff --git a/research/devops.mdwn b/research/devops.mdwn index 58bf471..118f50e 100644 --- a/research/devops.mdwn +++ b/research/devops.mdwn @@ -8,18 +8,13 @@ DevOps research:  * puppet:    * deploy: multiple module paths: https://docs.puppet.com/puppet/3.6/dirs_modulepath.html    * default modules as submodules from the bootstrap repository, custom modules closer to the config folder? -* onion smtp: -  * https://www.void.gr/kargig/blog/2014/05/10/smtp-over-hidden-services-with-postfix/ -  * https://tech.immerda.ch/2016/12/ehlo-onion/ -  * https://github.com/riseupnet/onionmx  * kvm:    * kvm-manager improvements (systemd support, packaging, docs).    * env params.    * FDE using bootless image. -* php7-fpm: -  * https://serversforhackers.com/video/apache-and-php-fpm -  * http://www.binarytides.com/setup-apache-php-fpm-mod-proxy-fcgi-ubuntu/ - -    <FilesMatch \.php$> -      SetHandler "proxy:unix:/run/php/php7.1-fpm.sock|fcgi://localhost:9000"; -    </FilesMatch> +* dynamic DNS with proper zone/domain access control: +  * http://www.cheshirekow.com/wordpress/?p=457 +  * https://www.erianna.com/nsupdate-dynamic-dns-updates-with-bind9 +  * https://blog.philippklaus.de/2013/01/updating-dns-entries-with-nsupdate-or-alternative-implementations-your-own-ddns/ +  * http://linux.yyz.us/nsupdate/ +  * https://debian-administration.org/article/591/Using_the_dynamic_DNS_editor_nsupdate | 
