?? makefile
字號:
## Makefile for updating DNSSEC signatures on files.## This uses GNU make-isms.## 315360000 is ten years.SIGNOPTIONS=-e now+315360000# note that there seems to be something magic about the file that is# here. MCR does not know what it is, so don't mess with this file#ZONES=db...signed ZONES+=db.org..signed db.freeswan.org..signed ZONES+=db.uml.freeswan.org..signed ZONES+=db.arpa..signed db.in-addr.arpa..signed db.192.in-addr.arpa..signedZONES+=db.0.192.in-addr.arpa..signedZONES+=db.1.0.192.in-addr.arpa..signedZONES+=db.2.0.192.in-addr.arpa..signedZONES+=db.3.0.192.in-addr.arpa..signedZONES+=db.4.0.192.in-addr.arpa..signedZONES+=db.1.192.in-addr.arpa..signedZONES+=db.2.1.192.in-addr.arpa..signedZONES+=db.3.1.192.in-addr.arpa..signedZONES+=db.4.1.192.in-addr.arpa..signedZONES+=db.root-servers.net..signedall: ${ZONES}db.%.signed : db.% dnssec-signzone ${SIGNOPTIONS} -o $* db.$*
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -