]> git.ipfire.org Git - thirdparty/pdns.git/commit
Add local ComboAddress parameter for SBind() at TeeAction()
authorFredericDT <frederic.dt.twh@gmail.com>
Tue, 30 Aug 2022 12:34:35 +0000 (20:34 +0800)
committerFredericDT <frederic.dt.twh@gmail.com>
Wed, 31 Aug 2022 01:49:32 +0000 (09:49 +0800)
commit75f0f79796b412221723a60933ba0e6e0762c13a
treefd9af505ba72efb2953e3136ef497babcf35a700
parentafebe214d573b7fd1295835420c19cf09a298e61
Add local ComboAddress parameter for SBind() at TeeAction()

Uasge:
    `addAction(AllRule(), TeeAction("192.0.2.54", false, "192.0.2.53"))`

    In which case, "192.0.2.54" is the ComboAddress of receiver, "192.0.2.53"
    is the ComboAddress of sender.

Signed-off-by: FredericDT <frederic.dt.twh@gmail.com>
pdns/dnsdist-lua-actions.cc