Skip to content

Commit

Permalink
services: Add lightning-network related services (#320)
Browse files Browse the repository at this point in the history
* services: Add lightning-network related services

The following ports are used from lightning-network network.

lightning-network 9735/tcp
  • Loading branch information
dougsland authored and erig0 committed Apr 10, 2018
1 parent f6cfddb commit 0e330d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ CONFIG_FILES = \
services/bitcoin-testnet-rpc.xml \
services/bitcoin-testnet.xml \
services/bitcoin.xml \
services/lightning-network.xml \
services/ceph-mon.xml \
services/ceph.xml \
services/cfengine.xml \
Expand Down
6 changes: 6 additions & 0 deletions config/services/lightning-network.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<service>
<short>Lightning Network</short>
<description>The default port used by Lightning Network. Enable this option if you plan to be a Lightning Network node.</description>
<port protocol="tcp" port="9735"/>
</service>

0 comments on commit 0e330d6

Please sign in to comment.