]> git.ipfire.org Git - thirdparty/ldns.git/commitdiff
Replace mutalation with disfigure
authorWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:39:46 +0000 (11:39 +0200)
committerWillem Toorop <willem@nlnetlabs.nl>
Mon, 14 Jun 2021 09:39:46 +0000 (11:39 +0200)
lua/echo.lua
lua/rns.lua

index 0ae64030d4c8fa11a1635d49343ab44e812d68d8..5e2ee21b2d29584c3fd151937692a351841c2732 100644 (file)
@@ -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")
index 59446a52c46a229523e9c6a8c1fe9f866f208355..61f4cffb0335eac8e0e380e272b51109a97982cc 100644 (file)
@@ -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")