📄 readme
字号:
E.164 Country Codes-------------------The file e164_cc is provided for those performing reverse lookups with the ATMName Service (ANS). It can be installed via:cp e164_cc /etcThe latest "List of ITU-T Recommendation E.164 Assigned Country Codes" can beobtained from the International Telecommunications Union (ITU)(http://www.itu.org/) in PDF or Word format(http://www.itu.int/itudoc/itu-t/ob-lists/icc/e164_717.html). Thepdf2e164_cc.pl script, which is included in this directory, can be used toconvert this file into the proper text format:perl pdf2e164_cc.pl >/etc/e164_ccInstalling BIND---------------BIND 4.9.8 can be gotten from the Internet Software Consortium (ISC)(http://www.isc.org/products/BIND/). The patch included in this directory(bind-498-REL.patch) is based upon version 4(http://www.isc.org/products/BIND/bind4.html).After downloading BIND, unbundle it like so:mkdir /usr/src/bind-498-RELtar xzvf bind-498-REL.tar.gz -C /usr/src/bind-498-RELApply the patch with:cp bind-498-REL.patch /usr/srccd /usr/srcpatch -p0 <bind-498-REL.patchor:cp bind-498-REL.patch /usr/src/bind-498-RELcd /usr/src/bind-498-RELpatch -p1 <bind-498-REL.patchThen follow the instructions as outlined in the INSTALL file provided with thedistribution. If you followed the instructions as outlined above, that will be/usr/src/bind-498-REL/INSTALL.See the README.DNS file in this directory for further instructions.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -