mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
26 lines
728 B
XML
26 lines
728 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<packagegui>
|
|
<include_file>system.inc</include_file>
|
|
<name>openntpd</name>
|
|
<title>NTP server</title>
|
|
<fields>
|
|
<field>
|
|
<fieldname>enable</fieldname>
|
|
<fielddescr>Enable</fielddescr>
|
|
<description>Check this to enable the NTP server.</description>
|
|
<type>checkbox</type>
|
|
</field>
|
|
<field>
|
|
<fieldname>interface</fieldname>
|
|
<fielddescr>Interface</fielddescr>
|
|
<description>Select the interface(s) the NTP server will listen on.</description>
|
|
<default_value>lan</default_value>
|
|
<type>interfaces_selection</type>
|
|
<multiple/>
|
|
</field>
|
|
</fields>
|
|
<custom_php_resync_config_command>
|
|
system_ntp_configure();
|
|
</custom_php_resync_config_command>
|
|
</packagegui>
|