⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 save_forward.cgi

📁 Unix下基于Web的管理工具
💻 CGI
字号:
#!/usr/local/bin/perl# save_forward.cgi# Save changes to forward zone options in named.confrequire './bind8-lib.pl';&ReadParse();$zconf = &get_config()->[$in{'index'}];&error_setup($text{'fwd_err'});%access = &get_module_acl();&can_edit_zone(\%access, $zconf->{'value'}) ||	&error($text{'fwd_ecannot'});$access{'ro'} && &error($text{'master_ero'});&save_address("forwarders", $zconf, 1);&save_choice("check-names", $zconf, 1);&save_choice("forward", $zconf, 1);&flush_file_lines();&redirect("");

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -