comparison src/core/ngx_resolver.h @ 1965:14463ae77723

take into account DNAME
author Igor Sysoev <igor@sysoev.ru>
date Thu, 10 Apr 2008 17:12:21 +0000
parents c0f873458e2b
children 41fd9a2e0755
comparison
equal deleted inserted replaced
1964:a3e84e78e785 1965:14463ae77723
15 #define NGX_RESOLVE_A 1 15 #define NGX_RESOLVE_A 1
16 #define NGX_RESOLVE_CNAME 5 16 #define NGX_RESOLVE_CNAME 5
17 #define NGX_RESOLVE_PTR 12 17 #define NGX_RESOLVE_PTR 12
18 #define NGX_RESOLVE_MX 15 18 #define NGX_RESOLVE_MX 15
19 #define NGX_RESOLVE_TXT 16 19 #define NGX_RESOLVE_TXT 16
20 #define NGX_RESOLVE_DNAME 39
20 21
21 #define NGX_RESOLVE_FORMERR 1 22 #define NGX_RESOLVE_FORMERR 1
22 #define NGX_RESOLVE_SERVFAIL 2 23 #define NGX_RESOLVE_SERVFAIL 2
23 #define NGX_RESOLVE_NXDOMAIN 3 24 #define NGX_RESOLVE_NXDOMAIN 3
24 #define NGX_RESOLVE_NOTIMP 4 25 #define NGX_RESOLVE_NOTIMP 4