Skip to content

Commit

Permalink
Looks like this is being renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
jedisct1 committed Feb 9, 2017
1 parent 25f5bfc commit c6f42a8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## -- The following option can be included in the configuration file --

## OpenDNS Umbrella customers are identified by appending an 8 bytes password
## Cisco Umbrella customers are identified by appending an 8 bytes password
## in clear text to each query. That password can be retrieved with the
## following command: "dig TXT debug.opendns.com." while using the VPN or their
## proprietary client, next to the "device:" line. The password is also visible
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,17 @@ DCPLUGIN_MAIN(__FILE__);
const char *
dcplugin_description(DCPlugin * const dcplugin)
{
return "Add an OpenDNS device identifier to outgoing queries";
return "Add a Cisco Umbrella device identifier to outgoing queries";
}

const char *
dcplugin_long_description(DCPlugin * const dcplugin)
{
return
"This plugin tags outgoing packets with the 8 bytes password,\n"
"that the OpenDNS Umbrella service uses to identify their users.\n"
"that the Cisco Umbrella service uses to identify their users.\n"
"\n"
"If you happen to have an OpenDNS VPN or Umbrella account,\n"
"If you happen to have an OpenDNS VPN or Cisco Umbrella account,\n"
"your password ('device') can be displayed with:\n"
"\n"
"$ dig txt debug.opendns.com.\n"
Expand Down

0 comments on commit c6f42a8

Please sign in to comment.