Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Nigel Kukard
ppp-gatekeeper
Commits
373331fa
Commit
373331fa
authored
Jun 10, 2016
by
Nigel Kukard
Browse files
Fixed descriptions of items
parent
6adae0cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ppp-gatekeeper
View file @
373331fa
...
...
@@ -842,7 +842,7 @@ sub initIPTables
'-m'
,
'state'
,
'--state'
,
'NEW'
,
'-m'
,
'mark'
,
'--mark'
,
0
,
'-m'
,
'set'
,
'!'
,
'--match-set'
,
'pppgk-localnets'
,
'src'
,
{
'comment'
=>
"PPPGK: Jump to pppgk-forward-ext-n for new
unmarked localnets
connections inbound"
}
{
'comment'
=>
"PPPGK: Jump to pppgk-forward-ext-n for new
EXTERNAL unmarked
connections inbound"
}
);
#
Save
the
MARK
value
to
CONNMARK
for
inbound
traffic
...
...
@@ -866,7 +866,7 @@ sub initIPTables
);
$
firewall
->
insertJumpRule
(
'_internal_'
,
'nat'
,
'POSTROUTING'
,
1
,
'pppgk-postroute'
,
{
'comment'
=>
"PPPGK: Jump to pppgk-
inp
ut"
}
{
'comment'
=>
"PPPGK: Jump to pppgk-
postro
ut
e
"
}
);
return
undef
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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