Add DNS client examples for run-example.sh (#10283)
Motivation: There exists no DNS client examples in run-example.sh for the moment. Modification: Add DNS client examples for run-example.sh. Result: Help run the examples.
This commit is contained in:
parent
6b0655aecb
commit
6ff2089ee4
@ -40,6 +40,9 @@ EXAMPLE_MAP=(
|
|||||||
'sctpecho-client:io.netty.example.sctp.SctpEchoClient'
|
'sctpecho-client:io.netty.example.sctp.SctpEchoClient'
|
||||||
'sctpecho-server:io.netty.example.sctp.SctpEchoServer'
|
'sctpecho-server:io.netty.example.sctp.SctpEchoServer'
|
||||||
'localecho:io.netty.example.localecho.LocalEcho'
|
'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=''
|
EXAMPLE=''
|
||||||
|
Loading…
Reference in New Issue
Block a user