/dnsforwarder

A Lua version of DNS forwarder which can get the REAL IP address

Primary LanguageLuaMIT LicenseMIT

How to use this Lua script ?

  1. change your dns server to 127.0.0.1:
$ vi /etc/resolve.conf  
nameserver 127.0.0.1
  1. restart the network:
$ sudo /etc/init.d/networking restart
  1. run the script:
$ sudo lua dnsforwarder.lua

Dependencies

required lua modules

INSTALL

  sudo luarocks install luasocket
  • only works on Linux, MacOS and Windows are unsupported

LICENSE

DNSForwarder is distributed under the MIT license.