Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos
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
5
Merge Requests
5
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jérome Perrin
slapos
Commits
c64d2911
Commit
c64d2911
authored
Apr 09, 2018
by
Jérome Perrin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
proftpd: set SocketBindTight not to listen on all IP
parent
d32c4017
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
software/proftpd/buildout.hash.cfg
software/proftpd/buildout.hash.cfg
+1
-1
software/proftpd/proftpd-config-file.cfg.in
software/proftpd/proftpd-config-file.cfg.in
+1
-0
No files found.
software/proftpd/buildout.hash.cfg
View file @
c64d2911
...
...
@@ -20,5 +20,5 @@ md5sum = c3e21ca5422b5761ecfccbe9a068f767
[proftpd-config-file]
filename = proftpd-config-file.cfg.in
md5sum =
bb7c61f06859b6f8ee13f40ae583d7ce
md5sum =
5a5a3add4782761eb64f092781a256b4
software/proftpd/proftpd-config-file.cfg.in
View file @
c64d2911
...
...
@@ -3,6 +3,7 @@ ServerType standalone
DefaultServer on
MaxInstances 30
DefaultAddress {{ proftpd['ipv6'] }} {{ proftpd['ipv4']}}
SocketBindTight on
Port {{ proftpd['sftp-port'] }}
User {{ proftpd['user'] }}
...
...
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