Skip to content

Commit

Permalink
network time: clarify help text for interface selection
Browse files Browse the repository at this point in the history
ntpd will also use these interfaces for syncing with a remote
server. Accompanies opnsense/docs@f858497
  • Loading branch information
swhite2 committed Feb 7, 2024
1 parent b2d6acc commit d8df599
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/www/services_ntpd.php
Original file line number Diff line number Diff line change
Expand Up @@ -340,9 +340,10 @@ function removeRow() {
endforeach;?>
</select>
<div class="hidden" data-for="help_for_interfaces">
<?=gettext("Interfaces without an IP address will not be shown."); ?>
<?=gettext("Interfaces to listen on and send outgoing queries."); ?>
<br /><?=gettext("Selecting no interfaces will listen on all interfaces with a wildcard."); ?>
<br /><?=gettext("Selecting all interfaces will explicitly listen on only the interfaces/IPs specified."); ?>
<br /><?=gettext("Interfaces without an IP address will not be shown."); ?>
</div>
</td>
</tr>
Expand Down

0 comments on commit d8df599

Please sign in to comment.