mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-06 21:24:18 +08:00
Add comment on session-file-path
This commit is contained in:
parent
ad96d44ab1
commit
9ebbf6036b
1 changed files with 9 additions and 4 deletions
|
@ -30,10 +30,15 @@ Info required in `creds.json`:
|
|||
- password
|
||||
|
||||
Either of the following settings is required when two factor authentication is enabled:
|
||||
- totp (TOTP code if 2FA is enabled; best specified as an env variable)
|
||||
- totp-key (shared TOTP secret used to generate a valid TOTP code; not recommended since
|
||||
this effectively defeats the purpose of two factor authentication by storing
|
||||
both factors at the same place)
|
||||
- totp (TOTP code if 2FA is enabled; best specified as an env variable)
|
||||
- totp-key (shared TOTP secret used to generate a valid TOTP code; not recommended since
|
||||
this effectively defeats the purpose of two factor authentication by storing
|
||||
both factors at the same place)
|
||||
|
||||
Additionally
|
||||
- session-file-path (Path where a '.hedns-session' file will be created to allow a
|
||||
session to persist between executions)
|
||||
|
||||
*/
|
||||
|
||||
const ApiUrl = "https://dns.he.net/"
|
||||
|
|
Loading…
Add table
Reference in a new issue