:default: false
The forwarding target is an authoritative server.
+ For those we only support specifying the address, i.e. TLS, ports and IPv6
+ scope IDs (``%interface``) are **not** supported.
.. option:: dnssec: true|false
/** Insert/overwrite a forwarding rule.
*
* Into the default rule-set ATM.
- * \param targets NULL-terminated array. */
+ * \param targets NULL-terminated array.
+ *
+ * For is_auth == true we only support address, e.g. not specifying port or %interface.
+ */
KR_EXPORT
int kr_rule_forward(const knot_dname_t *apex, kr_rule_fwd_flags_t flags,
const struct sockaddr * targets[]);