Skip to content

Instantly share code, notes, and snippets.

@webchi
Forked from fabricekabongo/consul.xml
Created October 30, 2018 09:13
Show Gist options
  • Save webchi/6aa8144b9c28502359af7d1b4dbb1a6e to your computer and use it in GitHub Desktop.
Save webchi/6aa8144b9c28502359af7d1b4dbb1a6e 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="8301"/>
<port protocol="udp" port="8302"/>
<port protocol="udp" port="8600"/>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment