File tree 2 files changed +5
-1
lines changed
2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ The :option:`forward <forward: <list>>` list of rules overrides which servers ge
40
40
:default: false
41
41
42
42
The forwarding target is an authoritative server.
43
+ For those we only support specifying address, e.g. not port or %interface.
43
44
44
45
.. option :: dnssec: true|false
45
46
Original file line number Diff line number Diff line change @@ -229,7 +229,10 @@ typedef struct kr_rule_fwd_flags kr_rule_fwd_flags_t;
229
229
/** Insert/overwrite a forwarding rule.
230
230
*
231
231
* Into the default rule-set ATM.
232
- * \param targets NULL-terminated array. */
232
+ * \param targets NULL-terminated array.
233
+ *
234
+ * For is_auth == true we only support address, e.g. not specifying port or %interface.
235
+ */
233
236
KR_EXPORT
234
237
int kr_rule_forward (const knot_dname_t * apex , kr_rule_fwd_flags_t flags ,
235
238
const struct sockaddr * targets []);
You can’t perform that action at this time.
0 commit comments