Created
January 23, 2017 09:55
-
-
Save fabricekabongo/5adb4316c74adcccaaf21b2d9d80c879 to your computer and use it in GitHub Desktop.
Service definition of Consul for Firewalld
This file contains hidden or 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>consul</short> | |
<description>Consul makes it simple for services to register themselves and to discover other services via a DNS or HTTP interface. Register external services such as SaaS providers as well.</description> | |
<port protocol="tcp" port="8300"/> | |
<port protocol="tcp" port="8301"/> | |
<port protocol="tcp" port="8302"/> | |
<port protocol="tcp" port="8400"/> | |
<port protocol="tcp" port="8500"/> | |
<port protocol="tcp" port="8600"/> | |
<port protocol="udp" port="8300"/> | |
<port protocol="udp" port="8301"/> | |
<port protocol="udp" port="8302"/> | |
<port protocol="udp" port="8400"/> | |
<port protocol="udp" port="8500"/> | |
<port protocol="udp" port="8600"/> | |
</service> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment