This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Settings used for local development | |
| // do NOT track in your repository for deployment | |
| /** | |
| * Following 2 lines overwrite the standard WP_HOME and WP_SITEURL in the | |
| * wp_options table of the database. Doesn't solve all problems, but any | |
| * URL's generated dynamically (You are using site_url('', 'relative'), aren't you?!) | |
| * will generate correctly. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/usr/bin/env ruby | |
| # Check DNS records against two authoritative nameservers | |
| # usage: $ ruby record-checker.rb --input_file record-checker.csv --nameserver nina.ns.cloudflare.com | |
| # | |
| # Example output: | |
| # | |
| # | TYPE | RECORD | CURRENT | @NINA.NS.CLOUDFLARE.COM | |
| # --|-------|--------------------------------|--------------------------------|------------------------------- | |
| # ✗ | A | www.matternow.com | 45.56.118.101 | matternow.com. |
OlderNewer