busybox dnsd to support domainname search

walter harms wharms at bfs.de
Sat Apr 11 12:47:48 UTC 2009



Ming-Ching Tiew schrieb:
> 
> I have tested this with busybox 1.13.3 :-
> 
> the busybox dnsd does not support a fqdn search because of two reasons :-
> 
> 1. The MAX_HOST_LEN is too short.
> 
>     A typical fqdn is much longer than the default in the C file.


you may like to choose  MAXHOSTNAMELEN
but again that is the "hostname" not the FQDN.

re,
 wh

> 
> 2. I am not the dns expert, but when a fqdn get delivered into dnsd, 
> 
>        
>      www.xxx.yyy becomes   www control-G  xxxx control-C yyyy
> 
>    ie the first dot becomes char 7, and second dot becomes char 3.
> 
>    This limitation can be workaround by entering the ^G ^C into dnsd.conf.
> 
> These are just minor fixes which could be done to allow dnsd to support fqdn search from standard clients.
> 
> Regards.
> 
>  
> 
> 
>       
> _______________________________________________
> busybox mailing list
> busybox at busybox.net
> http://lists.busybox.net/mailman/listinfo/busybox
> 
> 
> 


More information about the busybox mailing list