Skip to content

Instantly share code, notes, and snippets.

View RichieChill's full-sized avatar

Richard G Chillington III RichieChill

View GitHub Profile
@RichieChill
RichieChill / dns_server_list.md
Last active January 12, 2018 03:29
AN extensive list of available DNS servers

DNS Server List

A collection of DNS server name resolvers available for use.
This list was compiled using various sources such as DNS provider's documentation, various lists found online, as well as some first-hand research.

The number of DNS servers is extensive and they probably could never all be listed here. This is meant to be as complete as necessary. Organizations could also

Contents

@RichieChill
RichieChill / ddup.php
Last active August 29, 2015 14:24
Update a domain's IP address using namecheap.com's dynamic DNS service.
#!/usr/bin/env php
<?php
/**
* Update the IP of a dynamic DNS domain from Namecheap.com.
*
* Assign this script to a cron job or run it from a terminal manually.
* It checks the current public (Internet) address and updates the domain to point to it.
*
* @see [How do I enable Dynamic DNS for a domain?](https://www.namecheap.com/support/knowledgebase/article.aspx/595/11/how-do-i-enable-dynamic-dns-for-a-domain)
* @see [How do I use the browser to dynamically update host's IP?](https://www.namecheap.com/support/knowledgebase/article.aspx/29/11/how-do-i-use-the-browser-to-dynamically-update-hosts-ip)
@RichieChill
RichieChill / Kodi's Movie NFO File Template
Last active December 27, 2021 16:12
An example template for creating Kodi (XBMC) NFO files for movies. See http://kodi.wiki/view/NFO_files/movies for more information.
<?xml version="1.0" encoding="utf-8"?>
<movie>
<title></title>
<sorttitle></sorttitle>
<set></set>
<studio></studio>
<year></year>
<runtime></runtime>
<mpaa></mpaa>