We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ed5609 commit 693c7d0Copy full SHA for 693c7d0
pythclient/utils.py
@@ -6,6 +6,8 @@
6
DEFAULT_VERSION = "v2"
7
8
9
+# Retrieving keys via DNS TXT records should not be considered secure and is provided as a convenience only.
10
+# Accounts should be stored locally and verified before being used for production.
11
def get_key(network: str, type: str, version: str = DEFAULT_VERSION) -> Optional[str]:
12
"""
13
Get the program or mapping keys from dns TXT records.
0 commit comments