mirror of
https://github.com/webmin/webmin.git
synced 2025-08-17 19:06:28 +00:00
9 lines
179 B
Perl
Executable File
9 lines
179 B
Perl
Executable File
#!/usr/local/bin/perl
|
|
# start.cgi
|
|
# Start bind 4
|
|
|
|
require './dns-lib.pl';
|
|
system("$config{'named_pathname'} -b $config{'named_boot_file'} >/dev/null </dev/null");
|
|
&redirect("");
|
|
|