This a good VPN source

源代码在线查看: gen-primaries.sh

软件大小: 4878 K
上传用户: xhaibo
关键词: source This good VPN
下载地址: 免注册下载 普通下载 VIP

相关代码

				#!/bin/sh								#				# This script is used to generate secondary lines for putting into the				# nic machine's named.conf. It uses the file "zones.txt" as input.				#				# This zone should contain lines like:				#   zonename.foo.bar.             {beet,carrot}				#				#								echo "// These lines generated with the gen-primaries.sh script"								cat zones.txt | sed -e '/^#/d' -e '/^$/d' | while read zone master rest				do				    echo 'zone "'$zone'" { type master;  file "/etc/bind/db.'$zone'.signed"; };'				done																																																																																																																																								#				# $Log: gen-primaries.sh,v $				# Revision 1.2  2002/11/28 04:59:57  mcr				# 	generate list of zones for "nic" machine.				#				# Revision 1.1  2002/11/27 19:43:09  mcr				# 	added . to list of zones.				# 	changed named.conf to be primary on "nic"				#				# Revision 1.1  2002/10/24 05:35:46  mcr				# 	file/script to generate secondary list.				#				#							

相关资源