How would you instruct a DNS server to respond only to queries from the 137.44.* IP range?
What will be an ideal response?
Add the following line to the Options clause in /etc/named.conf:
allow-query { 137.44.0.0/24; };
Computer Science & Information Technology
You might also like to view...
After highlighting or selecting text, a user can click ________ to place selected text in the clipboard
A) Ctrl + F B) Ctrl + V C) Ctrl + C D) Ctrl + A
Computer Science & Information Technology
If the function returns a string, you enter ____ at the end of the header.
A. String As B. (String) C. As String D. Type As StringType
Computer Science & Information Technology