]> git.ipfire.org Git - thirdparty/pdns.git/commit
lua ComboAddress: add, simplify getRaw, ca -> addr
authorKarel Bilek <kb@karelbilek.com>
Tue, 4 Mar 2025 07:53:56 +0000 (08:53 +0100)
committerKarel Bilek <karel.bilek@cdn77.com>
Tue, 4 Mar 2025 11:25:23 +0000 (12:25 +0100)
commitd9148bd101bc55f84095598dcd355771b1e56d6b
treea5e0785a831d2d74ab5836d104adf25c05003c14
parent342da9ad838939f6177f575b2f00971d20d4cf8d
lua ComboAddress: add, simplify getRaw, ca -> addr

* chage CA to addr in all lua bindings to make linter happy
* use toByteString that already exists instead of reimplementing it
* add getRaw to CA binding in dnsdist
pdns/dnsdistdist/dnsdist-lua-bindings.cc
pdns/lua-base4.cc