Skip to content

Instantly share code, notes, and snippets.

@fabricekabongo
Created January 23, 2017 09:55
Show Gist options
  • Save fabricekabongo/5adb4316c74adcccaaf21b2d9d80c879 to your computer and use it in GitHub Desktop.
Save fabricekabongo/5adb4316c74adcccaaf21b2d9d80c879 to your computer and use it in GitHub Desktop.
Service definition of Consul for Firewalld
<?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