diff --git a/run-example.sh b/run-example.sh index 4a07d9ea19..c1de7e9575 100755 --- a/run-example.sh +++ b/run-example.sh @@ -40,6 +40,9 @@ EXAMPLE_MAP=( 'sctpecho-client:io.netty.example.sctp.SctpEchoClient' 'sctpecho-server:io.netty.example.sctp.SctpEchoServer' 'localecho:io.netty.example.localecho.LocalEcho' + 'udp-dns-client:io.netty.example.dns.udp.DnsClient' + 'tcp-dns-client:io.netty.example.dns.tcp.TcpDnsClient' + 'dot-dns-client:io.netty.example.dns.dot.DoTClient' ) EXAMPLE=''