From: Willem Toorop Date: Mon, 14 Jun 2021 09:39:46 +0000 (+0200) Subject: Replace mutalation with disfigure X-Git-Tag: 1.8.0-rc.1~25^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6271f528a9b5f0e6a1b749fd8ec75792f1df38e1;p=thirdparty%2Fldns.git Replace mutalation with disfigure --- diff --git a/lua/echo.lua b/lua/echo.lua index 0ae64030..5e2ee21b 100644 --- a/lua/echo.lua +++ b/lua/echo.lua @@ -3,7 +3,7 @@ dofile("rns-lib.lua") -- echo whatever is received --- this function specifies the mutalation to the packet +-- this function disfigures the packet function lua_packet_mangle(orig_packet) -- Dont do anything just mirror -- local rr1 = record.new_frm_str("www.miek.nl IN A 127.0.0.1") diff --git a/lua/rns.lua b/lua/rns.lua index 59446a52..61f4cffb 100644 --- a/lua/rns.lua +++ b/lua/rns.lua @@ -3,7 +3,7 @@ dofile("rns-lib.lua") -- echo whatever is received --- this function specifies the mutalation to the packet +-- this function disfigures the packet function lua_packet_mangle(orig_packet) -- MANGLE IT local rr1 = record.new_frm_str("www.miek.nl IN A 127.0.0.1")