dns-suffix¶
The following operations can be performed on "dns-suffix":
add dns suffix¶
Specifies a suffix that can be used to complete domain names that are not fully qualified. For example, if you specify the example.com suffix, and the Citrix ADC is required to resolve the incomplete domain name "myhost," it attempts to resolve "myhost.example.com."
Synopsis¶
add dns suffix
Arguments¶
dnsSuffix Suffix to be appended when resolving domain names that are not fully qualified.
Example¶
add dns suffix netscaler.com
If the incoming domain name "engineering" is not resolved by itself, the system will append the suffix netscaler.com and attempt to resolve the name engineering.netscaler.com.
show dns suffix¶
Displays the specified DNS suffix or, if no DNS suffix is specified, all configured DNS suffixes.
Synopsis¶
show dns suffix [
Arguments¶
dnsSuffix DNS suffix to display.
Output¶
devno count stateflag
rm dns suffix¶
Removes a DNS suffix.
Synopsis¶
rm dns suffix
Arguments¶
dnsSuffix DNS suffix to remove.