<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[张宴的博客]]></title> 
<link>http://zyan.cc/index.php</link> 
<description><![CDATA[Web系统架构与底层研发]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[张宴的博客]]></copyright>
<item>
<link>http://zyan.cc/post/322/</link>
<title><![CDATA[又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>张宴 &lt;net@s135.com&gt;</author>
<category><![CDATA[其他Unix技术]]></category>
<pubDate>Mon, 21 Jan 2008 13:52:41 +0000</pubDate> 
<guid>http://zyan.cc/post/322/</guid> 
<description>
<![CDATA[ 
	　　<strong><span style="font-size: 14px;">xbayDNS</span></strong><br/><br/>　　协议：<a href="http://www.opensource.org/licenses/bsd-license.php" target="_blank">New BSD License</a> <br/>　　作者：huangdong<br/>　　团队：新浪研发中心──系统研发<br/>　　网址：<a href="http://code.google.com/p/xbaydns/" target="_blank">http://code.google.com/p/xbaydns/</a><br/><br/>　　xBayDNS是一个基于Web的BIND 9管理界面。与通常我们所知道的管理界面所不同的是，它尽可能的将DNS的管理简化，并帮助用户建立起一个容易管理、维护、扩展的DNS系统。<br/><br/>　　一个普通的DNS服器可以提供域名的解析、代理、缓存这样的服务。我们期望DNS不但是一个服务，它更应该承担起GSLB、用户访问加速这样的任务。而在现实的环境中，应用DNS已经能够很好的完成这样的工作。所以沿着从前的经历，我们启动了xBayDNS这个项目，它的目的是让DNS服务在承担着GSLB和访问加速这样的工作时更容易管理。做为xBayDNS附加的礼物，也可以从中学到如何形成一个基于DNS的GSLB和用户访问加速的原理。<br/><br/>　　xBayDNS的特性如下：<br/>　　• 基于Web的BIND管理<br/>　　• 非常容易的支持多种操作系统（现有我们考虑支持的就有FreeBSD、OpenBSD、MacOSX、Linux）<br/>　　• 支持ACL、View、TSIG这样的BIND高级管理功能<br/><br/>　　什么时候使用xBayDNS？<br/>　　• 你需要简单的管理一台BIND的DNS服务器<br/>　　• 你需要多台DNS服务器来为你的用户提供解晰服务<br/>　　• 一套基于DNS的GSLB系统<br/>　　• 一套基于DNS的分布式GSLB系统<br/>　　• 你需要维护多台分布式的服务器<br/><br/>　　安装：<br/><br/>............<br/><br/>Tags - <a href="http://zyan.cc/tags/linux/" rel="tag">linux</a> , <a href="http://zyan.cc/tags/dns/" rel="tag">dns</a> , <a href="http://zyan.cc/tags/bind/" rel="tag">bind</a> , <a href="http://zyan.cc/tags/freebsd/" rel="tag">freebsd</a>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment611</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>代码罐头 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 21 Jan 2008 16:17:59 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment611</guid> 
<description>
<![CDATA[ 
	算是第一个来踩这篇文章的.<br/>不错.半夜过来也有收获<br/>本来也是想和公司同事写一个PHP的管理端页面<br/>因为目前为止的BIND 9后台管理页面<br/>还没有一个支持VIEW的.<br/>这下好了.又省事了.呵呵.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment612</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>游客2008 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 22 Jan 2008 03:46:50 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment612</guid> 
<description>
<![CDATA[ 
	不错~~ 有时间古倒古倒
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment613</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>timo &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 22 Jan 2008 08:24:21 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment613</guid> 
<description>
<![CDATA[ 
	Django 能不装不？ 也就一个网页框架<br/>做的跟phpmyadmin这样不是更好
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment618</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>iakuf &lt;iakuf@163.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 24 Jan 2008 05:20:29 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment618</guid> 
<description>
<![CDATA[ 
	好象很不错,能不能做电信网通分开来控制
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment628</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>coolzsb &lt;coolzsb@21cn.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Mon, 28 Jan 2008 03:24:29 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment628</guid> 
<description>
<![CDATA[ 
	不是吧？起码webmin是支持的。<br/><div class="quote"><div class="quote-title">引用</div><div class="quote-content">因为目前为止的BIND 9后台管理页面<br/>还没有一个支持VIEW的.</div></div>
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment653</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>Bendy &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Sat, 09 Feb 2008 05:47:22 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment653</guid> 
<description>
<![CDATA[ 
	支持张老师
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment732</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>草根网 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 05 Mar 2008 13:23:52 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment732</guid> 
<description>
<![CDATA[ 
	收藏至20ju.com
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment1174</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>freeke &lt;myfreeke@gmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 12 Jun 2008 04:28:30 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment1174</guid> 
<description>
<![CDATA[ 
	郁闷啊，不支持redhat
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment1421</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>zhang &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Tue, 12 Aug 2008 09:40:03 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment1421</guid> 
<description>
<![CDATA[ 
	执行xbdssync出错,还有如何让xBayDNS WebAdmin在后台运行啊?
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment2511</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>龙芯 &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 04 Feb 2009 13:08:39 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment2511</guid> 
<description>
<![CDATA[ 
	张哥，我的bind 9.2 能否用这个，版本比较低啊,,我看你要求 9.4 版本太高了哇
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment2550</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>GHY &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Wed, 11 Feb 2009 08:10:41 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment2550</guid> 
<description>
<![CDATA[ 
	在执行xbdinit的时候怎么会出现这个错误&#039;NameError: name &#039;errno&#039; is not defined&quot;请问是什么原因啊，我的系统是centos 5.2
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment4446</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>sery &lt;user@domain.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Fri, 20 Nov 2009 04:12:56 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment4446</guid> 
<description>
<![CDATA[ 
	目前不支持linux
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment18878</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>coach factory outlet &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:20:37 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment18878</guid> 
<description>
<![CDATA[ 
	Today, following half a century, mentor leather-bases <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet</a> continues to be the delicate craft of leather-based master is accountable for,Would you like to meet more friends, or go with the times? If yes, <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory online</a> is opening welcome doors to you.in the market you definitely can find various colorways that are designed in as well as the high quality that applied in. For most of you would like to come. So just come to our <a href="http://www.coachfactoryoutletao.net" target="_blank">coach factory outlet online</a> store to choose one.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment18879</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>louis vuitton sale &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:20:44 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment18879</guid> 
<description>
<![CDATA[ 
	Louis Vuitton belt at <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton sale</a> is one kind of fashion accessory with high cost performance among the Louis Vuitton accessories.Offering quality LV products with favorable prices, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton outlet</a> store is at your service. Hurry up, or you can not seize the chance.in fact, <a href="http://www.louisvuittonoutletsalea.com" target="_blank">louis vuitton</a> is one of the most famous fashion design master.he opened the fist suitcase shop called after his name.
]]>
</description>
</item><item>
<link>http://zyan.cc/post/322/#blogcomment18880</link>
<title><![CDATA[[评论] 又一个新浪UNIX开源软件项目──xbayDNS]]></title> 
<author>coach outlet online &lt;fgf@hotmail.com&gt;</author>
<category><![CDATA[评论]]></category>
<pubDate>Thu, 17 May 2012 03:20:52 +0000</pubDate> 
<guid>http://zyan.cc/post/322/#blogcomment18880</guid> 
<description>
<![CDATA[ 
	I heard of <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet online</a> through the advertisement when I was shopping. And now I often brow the webpage and buy Coach bags online.It is a symbol regarding position not to mention nature.Here I would like to launch a excellent bags pertaining to business men.Which may be <a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet store</a>.<a href="http://www.coachoutletonlineao.net" target="_blank">coach outlet</a> has always been simple,durable style features to win consumers.The products are more flexible,with easy bleaching,wear characteristics,and simply use a damp cloth.
]]>
</description>
</item>
</channel>
</rss>