On 2014/03/31 20:33, Christopher Zimmermann wrote: > But our netcat won't ever terminate when used for sending an udp > datagram: > > $ echo 'Hello, World!' |nc -Nu 8.8.8.8 53
this seems to work though ... $ echo 'Hello, World!' | nc -N -w0 -u 10.0.0.1 53