mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fixed #5126
This commit is contained in:
parent
4815c56050
commit
61681d00f2
@ -290,7 +290,7 @@ $section->addInput(new Form_Input(
|
||||
|
||||
$section->addInput(new Form_Select(
|
||||
'relay_protocol',
|
||||
'Fall-back Pool',
|
||||
'Relay protocol',
|
||||
$pconfig['relay_protocol'],
|
||||
['tcp' => 'TCP', 'dns' => 'DNS']
|
||||
));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user