B.2 Name daemon configuration
- user
- (string) Run with the permissions of this user.
- group
- (string) Run with the permissions of this group.
- listen
- (string) Listen and accept requests on this address only. If this is `*',
the server will accept connections on all addresses. This must be an IP address
in numbers-and-dots format, or `*'. Multiple addresses may be specified,
as a comma-delimited list of addresses or on separate `listen' lines. To
specify a port other than port 53, append `:port' to the address.
- no-listen
- (string) Do not listen on this address. This must be an IP address
in numbers-and-dots format, or `*'. Multiple addresses may be specified,
as a comma-delimited list of addresses or on separate `no-listen' lines. To
specify a port other than port 53, append `:port' to the address. This
option may be used to easily tell MyDNS not to listen on the address `127.0.0.1',
on which you are running a recursive name server.