[
https://issues.apache.org/jira/browse/TS-580?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12968507#action_12968507
]
Leif Hedstrom commented on TS-580:
----------------------------------
Also, the intent of the code changes I made was that with SplitDNS, you don't
need the "default" handler from DNS.cc. Undoing this ought to mean you have two
default DNS handlers now, which is completely unecessary. I'm not sure I
understand why your default handler from SplitDNS isn't working? I think that's
the real issue, not enabling the default DNS handler from DNS.cc.
> server fail assert when dns request does not match any rule from
> splitdns.config
> --------------------------------------------------------------------------------
>
> Key: TS-580
> URL: https://issues.apache.org/jira/browse/TS-580
> Project: Traffic Server
> Issue Type: Bug
> Components: DNS
> Affects Versions: 2.1.4
> Environment: ts 2.1.4 or svn trunk
> Reporter: Zhao Yongming
> Attachments: TS-580.patch
>
>
> here is my splitdns.config:
> dest_domain=zymlinux.net named="216.69.185.26;208.109.255.26"
> dest_domain=zymlinux.info named="216.69.185.26;208.109.255.26"
> dest_domain=img01.taobaocdn.com named="127.0.0.1"
> dest_domain=!zymlinux.net named="127.0.0.1"
> here is my remap.config:
> map http://cdn.zymlinux.net/_sp_cache-internal http://{cache-internal}
> map http://cdn.zymlinux.net/_sp_cache http://{cache}
> map http://cdn.zymlinux.net/_sp_stat http://{stat}
> map http://cdn.zymlinux.net/_sp_test http://{test}
> map http://cdn.zymlinux.net/_sp_hostdb http://{hostdb}
> map http://cdn.zymlinux.net/_sp_net http://{net}
> map http://cdn.zymlinux.net/_sp_http/ http://{http}/
> map http://cdn.zymlinux.net/ http://source.zymlinux.net/
> map http://cdn.zymlinux.info/ http://zymlinux.info/source
> map http://ddn.zymlinux.net/ http://img01.taobaocdn.com/source
> map http://img02.taobaocdn.com/ http://img02.taobaocdn.com/
> here is the traffic.out:
> http://pastebin.com/NPBz5Pnh
> server will assert just after cache enabled, when doing dns query with
> 127.0.0.1 for PTR
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.