mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 14:13:29 +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("");
|
|
|