You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: front/plugins/internet_ip/README.md
+4-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,9 @@
1
1
## Overview
2
2
3
-
Plugin to run regular Internet connectivity and IP checks.
3
+
Plugin to run regular Internet connectivity and IP checks. Change the [dig utility](https://linux.die.net/man/1/dig) arguments if you have issues resolving your Internet IP. Arguments are added at the end of the following command: `dig +short`. Tested with:
Copy file name to clipboardexpand all lines: front/plugins/internet_ip/config.json
+1-1
Original file line number
Diff line number
Diff line change
@@ -170,7 +170,7 @@
170
170
"description": [
171
171
{
172
172
"language_code": "en_us",
173
-
"string": "Change the <a href=\"https://linux.die.net/man/1/dig\" target=\"_blank\">dig utility</a> arguments if you have issues resolving your Internet IP. Arguments are added at the end of the following command: <code>dig +short </code>."
173
+
"string": "Change the <a href=\"https://linux.die.net/man/1/dig\" target=\"_blank\">dig utility</a> arguments if you have issues resolving your Internet IP. Arguments are added at the end of the following command: <code>dig +short </code>. Tested with: <br/> <ul> <li><code>@ns1.google.com -t txt o-o.myaddr.l.google.com</code></li><li> <code>-4 myip.opendns.com @resolver1.opendns.com</code></li></ul>"
0 commit comments