GDNSD-PLUGIN-REFLECT(8) | gdnsd | GDNSD-PLUGIN-REFLECT(8) |
gdnsd-plugin-reflect - gdnsd cache reflector plugin
Zonefile RRs using reflect resolution
reflect 10 DYNA reflect reflect-dns 10 DYNA reflect!dns reflect-edns 10 DYNA reflect!edns reflect-both 10 DYNA reflect!both reflect-best 10 DYNA reflect!best
gdnsd-plugin-reflect is a resolution plugin that acts as a live debugging tool. It reflects a view of the client's network address back in the response in the form of "A" or "AAAA" RRs. It can be used with both "DYNA" and "DYNC" RRs, and will return address data in both cases.
The plugin can operate in one of four modes named "dns", "edns", "both", and "best", which can be selected by using the mode name as a resource name in the zonefile, as shown in the example above. The default mode is "best". The modes operate as follows:
gdnsd.config(5), gdnsd.zonefile(5), gdnsd(8)
The gdnsd manual.
Copyright (c) 2014 Brandon L Black <blblack@gmail.com>
This file is part of gdnsd.
gdnsd is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
gdnsd is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with gdnsd. If not, see <http://www.gnu.org/licenses/>.
2023-02-24 | gdnsd 3.8.1 |