Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpnSense
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kulya
OpnSense
Commits
4ab3d3eb
Commit
4ab3d3eb
authored
Jan 25, 2016
by
Fabian Franz
Committed by
Franco Fichtner
Jan 26, 2016
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix in firewall_nat_1to1_edit.php
(cherry picked from commit
9bad3cae
)
parent
560c3e7a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
firewall_nat_1to1_edit.php
src/www/firewall_nat_1to1_edit.php
+1
-1
No files found.
src/www/firewall_nat_1to1_edit.php
View file @
4ab3d3eb
...
@@ -325,7 +325,7 @@ include("head.inc");
...
@@ -325,7 +325,7 @@ include("head.inc");
<input
name=
"external"
type=
"text"
value=
"
<?=
$pconfig
[
'external'
];
?>
"
/>
<input
name=
"external"
type=
"text"
value=
"
<?=
$pconfig
[
'external'
];
?>
"
/>
<br
/>
<br
/>
<div
class=
"hidden"
for=
"help_for_external"
>
<div
class=
"hidden"
for=
"help_for_external"
>
<?=
gettext
(
"Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping.
"
);
?>
<br
/>
<?=
gettext
(
"Enter the external (usually on a WAN) subnet's starting address for the 1:1 mapping."
);
?>
<br
/>
<?=
gettext
(
"The subnet mask from the internal address below will be applied to this IP address."
);
?>
<br
/>
<?=
gettext
(
"The subnet mask from the internal address below will be applied to this IP address."
);
?>
<br
/>
<?=
gettext
(
"Hint: this is generally an address owned by the router itself on the selected interface."
);
?>
<?=
gettext
(
"Hint: this is generally an address owned by the router itself on the selected interface."
);
?>
</div>
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment