Hey,

I have a shell script hanging off xinetd on a UDP port. I can see traffic
coming in on stdin in the script, but stdout doesn't seem to ever get sent
back (verified with netcat).

My xinetd config for the script is:

service domain{
        id = dns-dgram
        socket_type = dgram
        protocol = udp
        user = root
        wait = no
        port = 53
        disable = no
        server = /home/mikal/opensource-unstable/shdns/shdns-server
}

Any ideas about what I might have done wrong?

Thanks,
Mikal

-- 

Michael Still ([EMAIL PROTECTED])     UTC +11 hours

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to