diff options
| author | Jason D. McCormick <jason@mfamily.org> | 2019-03-15 18:58:29 -0400 |
|---|---|---|
| committer | Jason D. McCormick <jason@mfamily.org> | 2019-03-15 18:58:29 -0400 |
| commit | c9245cb0c2a0cd4b8e17a20c76a21b7adb98b871 (patch) | |
| tree | 5f1b4297d16adaba93cdc69ad4577d3db4c56cfc | |
| parent | dc71678dfd20142176b0b9f52f63964f178d8c89 (diff) | |
added config info
| -rw-r--r-- | README.md | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ The only configuration file/item is if you want to use the file dns.he.net. Otherwise, you can provide it on the command line with the **-s** option. +The **/etc/he-dns-secret** file is sourced into the Bash environment by the +script. It can contain any shell code that can execute when being called with +a "source" function. The only key thing that matters is that the variable +CODE is defined by the script. Since this file will be sourced into the +program, ensure proper security is applied to this file. + # Runtime Options **he-dyndns** takes the following options: |
