Merge "[CVE-2018-1000115] memcached: restrict to TCP"

This commit is contained in:
Zuul 2018-03-20 11:02:49 +00:00 committed by Gerrit Code Review
commit b30399cdfd
1 changed files with 1 additions and 1 deletions

View File

@ -10,4 +10,4 @@ PORT="{{ memcached_port }}"
USER="{{ memcached_user }}"
MAXCONN="{{ memcached_connections }}"
CACHESIZE="{{ memcached_memory }}"
OPTIONS="-l {{ memcached_listen }} -t {{ memcached_threads }} {{ _verbosity }}"
OPTIONS="-U 0 -l {{ memcached_listen }} -t {{ memcached_threads }} {{ _verbosity }}"