Skip to content

Commit

Permalink
Add memcache service at tcp/udp port 11211
Browse files Browse the repository at this point in the history
Fixes: #467
Closes: #468
  • Loading branch information
joshrabinowitz authored and erig0 committed Feb 28, 2019
1 parent bceae4a commit 6967527
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Expand Up @@ -186,6 +186,7 @@ CONFIG_FILES = \
services/managesieve.xml \
services/matrix.xml \
services/mdns.xml \
services/memcache.xml \
services/minidlna.xml \
services/mongodb.xml \
services/mosh.xml \
Expand Down
7 changes: 7 additions & 0 deletions config/services/memcache.xml
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>memcache</short>
<description>memcache is a high-performance object caching system.</description>
<port protocol="tcp" port="11211"/>
<port protocol="udp" port="11211"/>
</service>
1 change: 1 addition & 0 deletions po/POTFILES.in
Expand Up @@ -120,6 +120,7 @@ config/services/llmnr.xml
config/services/managesieve.xml
config/services/matrix.xml
config/services/mdns.xml
config/services/memcache.xml
config/services/minidlna.xml
config/services/mongodb.xml
config/services/mosh.xml
Expand Down

0 comments on commit 6967527

Please sign in to comment.