makefile
来自「This a good VPN source」· 代码 · 共 33 行
TXT
33 行
## 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.$*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?