Skip to content

Instantly share code, notes, and snippets.

@cosmosgenius
Created March 31, 2017 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cosmosgenius/1d1810b3736fcd89ae2e739cac04f5a8 to your computer and use it in GitHub Desktop.
Save cosmosgenius/1d1810b3736fcd89ae2e739cac04f5a8 to your computer and use it in GitHub Desktop.
etcd firewalld service
<?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