<para>
Specify EDNS option with code point <option>code</option>
and optionally payload of <option>value</option> as a
- hexadecimal string. <option>code</option> can be
+ hexadecimal string. <option>code</option> can be
either an EDNS option name (for example,
<literal>NSID</literal> or <literal>ECS</literal>),
or an arbitrary numeric value. <option>+noednsopt</option>
/*
- * Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+ * Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
-# Copyright (C) 2015, 2016 Internet Systems Consortium, Inc. ("ISC")
+# Copyright (C) 2015-2017 Internet Systems Consortium, Inc. ("ISC")
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
<listitem>
<para>
<command>dig +ednsopt</command> now accepts the names
- for EDNS options in addition to numeric values. For example,
+ for EDNS options in addition to numeric values. For example,
an EDNS Client-Subnet option could be sent using
<command>dig +ednsopt=ecs:...</command>. Thanks to
John Worley of Secure64 for the contribution. [RT #44461]