-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.toml
More file actions
18 lines (15 loc) · 801 Bytes
/
config.toml
File metadata and controls
18 lines (15 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# App configuration for INWX DNS Recordmaster.
# This is not the place for domain records, these can be anywhere and used with the -c flag
# Login data for the INWX API. Can also be a sub-account
[inwx_account]
# Username and password are both required
username = "__INWX_USER__"
password = "__INWX_PASS__"
# In case your account is 2FA-protected, you can add the TOTP shared secret here
# The program will automatically create a TOTP token for you.
# Note that this may reduce the account's security drastically. It may be better
# to create a sub-account with restricted access. You may also ask the INWX
# support to limit access to this account to certain IP addresses.
shared_secret = ""
# Whether to use the INWX test instance at https://www.ote.inwx.de. Default: false
test_instance = false