whois配置
$itemRules = array (
'default' => array (
'registry_domain_id' => 'Registry Domain ID:(.*?)', // 域名ID
'domain_status' => 'Domain Status:(.*?)', // 域名状态
'registrar' => 'Registrar:(.*?)', // 注册商
'creation_date' => 'Creation Date:(.*?)',
'expiration_date' => 'Registrar Registration Expiration Date:(.*?)',
'registrant_name' => 'Registrant Name:(.*?)', // 注册人
'registrant_email' => 'Registrant Email:(.*?)' // 注册人邮箱
),
'cn' => array (
'registry_domain_id' => 'ROID:(.*?)', // 域名ID
'domain_status' => 'Domain Status:(.*?)', // 域名状态
'registrar' => 'Sponsoring Registrar:(.*?)', // 注册商
'creation_date' => 'Registration Date:(.*?)',
'expiration_date' => 'Expiration Date:(.*?)',
'registrant_name' => 'Registrant:(.*?)', // 注册人
'registrant_email' => 'Registrant Contact Email:(.*?)' // 注册人邮箱
),
'org' => array (
'registry_domain_id' => 'Domain ID:(.*?)', // 域名ID
'domain_status' => 'Domain Status:(.*?)', // 域名状态
'registrar' => 'Sponsoring Registrar:(.*?)', // 注册商
'creation_date' => 'Creation Date:(.*?)',
'expiration_date' => 'Registry Expiry Date:(.*?)',
'registrant_name' => 'Registrant Name:(.*?)', // 注册人
'registrant_email' => 'Registrant Email:(.*?)' // 注册人邮箱
)
);
whois配置的更多相关文章
- StartCom 申请 SSL 证书及 Nginx HTTPS 支持配置全攻略
来源:https://www.williamyao.com/index.php/archives/1397/ 前言 最近收到 StartCom 的邮件,数字证书即将过期,想到去年在 StartSSL ...
- linux nginx 配置ssl证书访问
http://www.linuxidc.com/Linux/2013-08/88271.htm 一.什么是 SSL 证书,什么是 HTTPSSSL 证书是一种数字证书,它使用 Secure Socke ...
- linux 网桥的配置与实现
==================================================================================from: http://www.i ...
- Centos7网络配置+图形界面设置
一. 查看网络地址: centos7取消了ifconfig命令,使用ip addr命令查看IP地址 二.配置网络 用VirtualBox安装的CentOS7,安装完成后,发现无法上网,于是到网上查了一 ...
- Linux DNS 服务器安装、配置和维护
每个 IP 地址都可以有一个主机名,主机名由一个或多个字符串组成,字符串之间用小数点隔开.有了主机名,就不要死记硬背每台 IP 设备的 IP 地址,只要记住相对直观有意义的主机名就行了.这就是 DNS ...
- KALI安装与环境配置
2018-2019 201899224<网络攻防实践>第二周作业 虚拟化网络攻防实验环境包括以下部分: 靶机:包含系统和应用程序安全漏洞,并作为攻击目标的主机.(Windows XP和Li ...
- Linux的防火墙iptables配置示例
注:内容来自网络 一.关闭防火墙 1.重启后永久性生效: 开启:chkconfig iptables on 关闭:chkconfig iptables off 2.即时生效,重启后失效: 开启:ser ...
- 2.Metasploit数据库配置及扫描模块介绍
01.Metasploit数据库配置及扫描模块介绍 信息收集 信息收集是渗透测试中首先要做的重要事项之一,目的是尽可能多的查找关于目标的信息,我们掌握的信息越多,渗透成功的机会越大.在信息 ...
- Flask+MySQL+Redis的Docker配置
Docker配置了好多天,昨天晚上终于把碎遮项目的Docker打包完成了,后面会继续完善项目代码,把稳定版本打包后推送到DockerHub上. 网上关于Docker配置的文章很多,但大部分都是复制粘贴 ...
随机推荐
- ThinkPHP使用SQL函数进行查询
//SQL函数查询 $products=$pro->where(array("FIND_IN_SET('".$type."',type)",'num'=& ...
- caffe: train error: Serializing 25 layers--- Check failed: proto.SerializeToOstream(&output)
I0221 21:47:41.826748 6797 solver.cpp:259] Train net output #0: loss = 0.00413362 (* 1 = 0.0041 ...
- Cycles_per_instruction
https://en.wikipedia.org/wiki/Cycles_per_instruction
- sed详解
1. Sed简介 sed 是一种在线编辑器,它一次处理一行内容.处理时,把当前处理的行存储在临时缓冲区中,称为“模式空间”(pattern space),接着用sed命令处理缓冲区中的内容,处理完成后 ...
- dede模板完全控制攻略
1.使用php代码 @me代表了当前字段的值 {dede:tagname runphp='yes'} @me = "123456";//如果使用了自定义函数 则@me得到的是函数返 ...
- centos6.4 网络适配器设置仅主机模式
网络适配器设置仅主机模式时: 1.vmnet1网卡必须开启
- HTML兼容性设置
今天碰到了兼容性问题,页面显示空白,打开调试界面,显示信息 “Compatibility View because 'Display intranet sites in Compatibility V ...
- python爬虫之BeautifulSoup
爬虫有时候写正则表达式会有假死现象 就是正则表达式一直在进行死循环查找 例如:https://social.msdn.microsoft.com/forums/azure/en-us/3f4390ac ...
- 图片上传,图片剪切jquery.imgareaselect
---恢复内容开始--- <%@ page language="java" contentType="text/html; charset=UTF-8" ...
- 转(linux shell)
请把如下字符串 stu494 e222f stu495 bedf3 stu496 92236 stu497 49b91 转为如下形式: stu494=e222f stu495=bedf3 stu496 ...