Revision eeaf998c
Added by Jim Pingle over 5 years ago
src/usr/local/www/interfaces_groups_edit.php | ||
---|---|---|
226 | 226 |
))->setWidth(6)->setHelp('NOTE: Rules for WAN type '. |
227 | 227 |
'interfaces in groups do not contain the reply-to mechanism upon which '. |
228 | 228 |
'Multi-WAN typically relies. %1$sMore Information%2$s', |
229 |
'<a href="https://doc.pfsense.org/index.php/Interface_Groups">', '</a>');
|
|
229 |
'<a href="https://docs.netgate.com/pfsense/en/latest/book/interfaces/interfacetypes-groups.html">', '</a>');
|
|
230 | 230 |
|
231 | 231 |
if (isset($id) && $a_ifgroups[$id]) { |
232 | 232 |
$form->addGlobal(new Form_Input( |
src/usr/local/www/status_logs_filter.php | ||
---|---|---|
327 | 327 |
|
328 | 328 |
<div class="infoblock"> |
329 | 329 |
<?php |
330 |
print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags">' .
|
|
330 |
print_info_box('<a href="https://docs.netgate.com/pfsense/en/latest/firewall/tcp-flag-definitions.html">' .
|
|
331 | 331 |
gettext("TCP Flags") . '</a>: F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR.' . '<br />' . |
332 | 332 |
'<i class="fa fa-minus-square-o icon-primary"></i> = ' . gettext('Add to block list') . ', <i class="fa fa-plus-square-o icon-primary"></i> = ' . gettext('Pass traffic') . ', <i class="fa fa-info icon-primary"></i> = ' . gettext('Resolve'), 'info', false); |
333 | 333 |
?> |
src/usr/local/www/status_logs_filter_dynamic.php | ||
---|---|---|
473 | 473 |
?> |
474 | 474 |
<div class="infoblock"> |
475 | 475 |
<?php |
476 |
print_info_box('<a href="https://doc.pfsense.org/index.php/What_are_TCP_Flags">' .
|
|
476 |
print_info_box('<a href="https://docs.netgate.com/pfsense/en/latest/firewall/tcp-flag-definitions.html">' .
|
|
477 | 477 |
gettext("TCP Flags") . '</a>: F - FIN, S - SYN, A or . - ACK, R - RST, P - PSH, U - URG, E - ECE, C - CWR.', 'info', false); |
478 | 478 |
?> |
479 | 479 |
</div> |
src/usr/local/www/vpn_openvpn_server.php | ||
---|---|---|
965 | 965 |
'<br/>' . |
966 | 966 |
gettext('Generating new or stronger DH parameters is CPU-intensive and must be performed manually.') . ' ' . |
967 | 967 |
sprintf(gettext('Consult %1$sthe doc wiki article on DH Parameters%2$sfor information on generating new or stronger parameter sets.'), |
968 |
'<a href="https://doc.pfsense.org/index.php/DH_Parameters">',
|
|
968 |
'<a href="https://docs.netgate.com/pfsense/en/latest/book/openvpn/openvpn-configuration-options.html#dh-parameters-length">',
|
|
969 | 969 |
'</a> '), |
970 | 970 |
'info', false), |
971 | 971 |
'</div>'); |
Also available in: Unified diff
Update some old doc URLs
(cherry picked from commit b9c73e94fecf41e6d3a8854ba51d8e3bbc7dd5d4)