Файловый менеджер - Редактировать - /usr/share/webmin/bind8/sign_zone.cgi
Назад
#!/usr/bin/perl # Sign a master zone use strict; use warnings; no warnings 'redefine'; no warnings 'uninitialized'; our (%access, %text, %in); require './bind8-lib.pl'; &error_setup($text{'sign_err'}); &ReadParse(); my $zone = &get_zone_name_or_error($in{'zone'}, $in{'view'}); my $dom = $zone->{'name'}; &can_edit_zone($zone) || &error($text{'master_ecannot'}); # Do the signing &lock_file(&make_chroot(&absolute_path($zone->{'file'}))); my $err = &sign_dnssec_zone($zone, 1); &error($err) if ($err); &unlock_file(&make_chroot(&absolute_path($zone->{'file'}))); $err = &restart_zone($zone->{'name'}, $zone->{'view'}); &error($err) if ($err); # Return to master page &webmin_log("sign", undef, $dom); &redirect("edit_master.cgi?zone=$in{'zone'}&view=$in{'view'}");
| ver. 1.4 |
Github
|
.
| PHP 7.4.3-4ubuntu2.28 | Генерация страницы: 0.01 |
proxy
|
phpinfo
|
Настройка