diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2019-03-15 19:13:42 -0400 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2019-03-15 19:13:42 -0400 |
| commit | 9212ef438c3a18d176e856c738b017929b9e75eb (patch) | |
| tree | bec269ea9b29ec110f3a1a734be1fc5a05ea4a58 /README.md | |
| parent | 13aa7a179e39835b25c61c2c7f2b7acc886b4f0f (diff) | |
add proxy note
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -55,6 +55,17 @@ Any other unsupported option or no options will print a usage message. Returns 0 on success or 1 on failure. Failure message returns the exact error from dyn.dns.he.net, no more and no less. +# Note on Proxies +If you have curl(1) configured at a system or user profile level to use a +proxy or be proxy aware, this script will likely produce undesired results. +You must do one of two things: + +1) Configure the environment this script runs in to suppress proxy configuration + +2) Use the -a and -A flags to set the IP addresses manually + +Otherwise, the HE DNS service will auto-detect the proxy address and not the host address. + # Usage This script is designed to be called from a Cron entry or another script. An example usage: |
