Skip to content

Instantly share code, notes, and snippets.

@adamhjk
Created August 26, 2008 19:48
Show Gist options
  • Save adamhjk/7332 to your computer and use it in GitHub Desktop.
Save adamhjk/7332 to your computer and use it in GitHub Desktop.
<%- ipaddress =~ /(\d+?)\.(\d+?)\.(\d+)\.\d+/ %>
<%= "#{$3}.#{$2}.#{$1}.in-addr.arpa %>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment