Created
March 31, 2017 11:19
-
-
Save cosmosgenius/1d1810b3736fcd89ae2e739cac04f5a8 to your computer and use it in GitHub Desktop.
etcd firewalld service
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<service> | |
<short>etcd is a distributed, consistent key-value store for shared configuration and service discovery</short> | |
<description>etcd is a distributed, consistent key-value store for shared configuration and service discovery</description> | |
<port protocol="tcp" port="2379"/> | |
<port protocol="tcp" port="2380"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment