Archive for July, 2020
Simple recursive DNS server with Unbound DNS
Thursday, July 30th, 2020This is a simple configuration for running a recursive DNS server (passes DNS requests to another server and caches responses) with the Unbound DNS server. Installation (Ubuntu): Open the config Configuration Replace 8.8.8.8 below with the desired upstream DNS server. Starting the server Debugging / Troubleshooting Query the server Read the DNS server log References: […]
Generating POT files for WordPress plugins
Monday, July 6th, 2020The easiest non-GUI way appears to be using WP CLI. Run the following in the plugin folder: wp i18n make-pot . output.pot