mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
use tabs in init-bare.zeek
This commit is contained in:
parent
d5a6896171
commit
33c7fd5fba
1 changed files with 3 additions and 3 deletions
|
@ -3885,9 +3885,9 @@ type dns_loc_rr: record {
|
||||||
};
|
};
|
||||||
|
|
||||||
type dns_svcb_rr: record {
|
type dns_svcb_rr: record {
|
||||||
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
|
svc_priority: count; ##< Service priority. (AliasMode? ServiceMode?)
|
||||||
target_name: string; ##< Target name, the hostname of the service endpoint.
|
target_name: string; ##< Target name, the hostname of the service endpoint.
|
||||||
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs
|
svc_params: table[count] of vector of string; ##< service parameters as key-value pairs
|
||||||
};
|
};
|
||||||
|
|
||||||
# DNS answer types.
|
# DNS answer types.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue