我有一个顶级域名(harib.co.in),它已经承载了一个WordPress支持的博客。我需要将它与我的tumblr帐户(harihb.tumblr.com)联系起来。在我的博客设置屏幕上,我选择了‘使用自定义域名’并在那里输入了我的域名。当我点击“测试您的域”按钮时,它说
This subdomain’s CNAME is not pointing to Tumblr. You need to change your subdomain’s CNAME to:
domains.tumblr.com
我登录到注册员的控制面板,删除了现有的A记录,并添加了CNAME记录。它终于看起来像
我有一个要求,从目的IP从一个传出的数据包获得域名。我成功地使用netfilter钩子捕获和获取目标IP数据包,如下所示。
unsigned int hook_func_out(unsigned int hooknum, struct sk_buff * skb, const struct net_device *in, const struct net_device *out, int (*okfn)(struct sk_buff*))
{
ofs = 20; // Set theoffset to skip over the IP header.
{
我想我搞砸了我的DNS配置,现在它困扰了我几个小时。任何帮助都将不胜感激。
我拥有一个域名,叫它abc.com
在所有问题发生之前,DNS是以以下方式在我的注册中心配置的:
abc.com 'A' record Points to a wordpress server
www.abc.com 'A' record Points to a wordpress server
app.abc.com 'A' record points to amazon server.
我们有一个要求,我必须做到以下几点:
abc.