Configuring the olsrd nameservice plug-in
OpenWrt
Add the following to /etc/config/olsrd. Be sure to have no important data in /etc/hosts.
config LoadPlugin
option library 'olsrd_nameservice.so.0.3'
option 'suffix' ".ninux"
option 'hosts_file' '/etc/hosts'
option 'sighup_pid_file' '/var/run/dnsmasq.pid'The /etc/config/dhcp file (i.e. dnsmasq config) can be left with the default values.
Other
Add the following to /etc/olsrd.conf. Be sure to have no important data in /etc/hosts:
LoadPlugin "olsrd_nameservice.so.0.3"
{
PlParam "name" "qq"
PlParam "suffix" ".ninux"
PlParam "hosts-file" "/etc/hosts"
PlParam "sighup-pid-file" "/var/run/dnsmasq.pid"
}dnsmasq config can be left with the defaults






