Skip to content

Commit 20e5345

Browse files
committed
readme: add disable option for sub-servers
1 parent 8eb5372 commit 20e5345

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,9 @@ a standalone process on the same or remote machine (called "lnd remote mode",
115115
set by `lnd-mode=remote` config option)](doc/config-lnd-remote.md).
116116

117117
In addition to those main modes, the individual bundled daemons (Faraday, Loop
118-
and Pool) can be toggled to be integrated or remote as well. This offers a
119-
large number of possible configuration combinations, of which not all are
120-
fully supported due to technical reasons.
118+
and Pool) can be toggled to be integrated or remote as well, or as disabled.
119+
This offers a large number of possible configuration combinations, of which not
120+
all are fully supported due to technical reasons.
121121

122122
The following table shows the supported combinations:
123123

@@ -129,6 +129,9 @@ The following table shows the supported combinations:
129129
| `faraday-mode=remote` | | X |
130130
| `loop-mode=remote` | | X |
131131
| `pool-mode=remote` | | X |
132+
| `faraday-mode=disable` | X | X |
133+
| `loop-mode=disable` | X | X |
134+
| `pool-mode=disable` | X | X |
132135
| `lnd` running in "stateless init" mode | X | |
133136

134137
## Daemon Versions packaged with LiT

0 commit comments

Comments
 (0)