Skip to content

Commit bbd4052

Browse files
ViktorTigerstromguggero
authored andcommitted
readme: add disable option for sub-servers
1 parent 322a961 commit bbd4052

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

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

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

127127
The following table shows the supported combinations:
128128

@@ -136,6 +136,10 @@ The following table shows the supported combinations:
136136
| `loop-mode=remote` | | X |
137137
| `pool-mode=remote` | | X |
138138
| `taprootassets-mode=remote` | | X |
139+
| `faraday-mode=disable` | X | X |
140+
| `loop-mode=disable` | X | X |
141+
| `pool-mode=disable` | X | X |
142+
| `taprootassets-mode=disable` | X | X |
139143
| `lnd` running in "stateless init" mode | X | |
140144

141145
## Daemon Versions packaged with LiT

0 commit comments

Comments
 (0)