Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos.package
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Boxiang Sun
slapos.package
Commits
e849a58e
Commit
e849a58e
authored
Sep 05, 2022
by
Boxiang Sun
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change the INPUT chain from DROP to ACCEPT
Incomming connection is not a problem for the shacache work
parent
4348a85a
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
playbook/slapos-standalone.yml
playbook/slapos-standalone.yml
+3
-2
No files found.
playbook/slapos-standalone.yml
View file @
e849a58e
...
@@ -540,7 +540,7 @@
...
@@ -540,7 +540,7 @@
-
name
:
DROP INPUT
-
name
:
DROP INPUT
iptables
:
iptables
:
policy
:
DROP
policy
:
ACCEPT
chain
:
INPUT
chain
:
INPUT
-
name
:
DROP OUTPUT
-
name
:
DROP OUTPUT
...
@@ -548,10 +548,11 @@
...
@@ -548,10 +548,11 @@
policy
:
DROP
policy
:
DROP
chain
:
OUTPUT
chain
:
OUTPUT
# Incomming connection is not a problem for the shacache work
-
name
:
DROP IPV6 INPUT
-
name
:
DROP IPV6 INPUT
iptables
:
iptables
:
ip_version
:
ipv6
ip_version
:
ipv6
policy
:
DROP
policy
:
ACCEPT
chain
:
INPUT
chain
:
INPUT
-
name
:
DROP IPV6 OUTPUT
-
name
:
DROP IPV6 OUTPUT
...
...
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