From 1be8bf12c36dc5297e8b4ba1cafefdaf55c95171 Mon Sep 17 00:00:00 2001 From: bert hubert Date: Fri, 16 Feb 2018 22:01:02 +0100 Subject: [PATCH] update docs to key derivation & proper link --- pdns/dnsdistdist/docs/reference/comboaddress.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pdns/dnsdistdist/docs/reference/comboaddress.rst b/pdns/dnsdistdist/docs/reference/comboaddress.rst index fc2a60b4f..ca1262df2 100644 --- a/pdns/dnsdistdist/docs/reference/comboaddress.rst +++ b/pdns/dnsdistdist/docs/reference/comboaddress.rst @@ -24,15 +24,15 @@ ComboAddresses can be IPv4 or IPv6, and unless you want to know, you don't need .. method:: ComboAddress:ipdecrypt(key) -> ComboAddress - Decrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476 + Decrypt this IP address as described in https://powerdns.org/ipcipher - :param string key: A 16 byte key + :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey` .. method:: ComboAddress:ipencrypt(key) -> ComboAddress - Encrypt this IP address as described in https://medium.com/@bert.hubert/on-ip-address-encryption-security-analysis-with-respect-for-privacy-dabe1201b476 + Encrypt this IP address as described in https://powerdns.org/ipcipher - :param string key: A 16 byte key + :param string key: A 16 byte key. Note that this can be derived from a passphrase with the standalone function `makeIPCipherKey` .. method:: ComboAddress:isIPv4() -> bool -- 2.40.0