1
0

option_zeroconf

- accept zeroconf channels only from a single node
 - fw_info uses get_scid_or_local_alias
This commit is contained in:
ThomasV
2023-08-08 05:09:58 +02:00
parent 96e143b6c3
commit 816e617aaf
6 changed files with 52 additions and 8 deletions

View File

@@ -1169,6 +1169,10 @@ This will result in longer routes; it might increase your fees and decrease the
SWAPSERVER_PORT = ConfigVar('swapserver_port', default=5455, type_=int)
TEST_SWAPSERVER_REFUND = ConfigVar('test_swapserver_refund', default=False, type_=bool)
# zeroconf
ACCEPT_ZEROCONF_CHANNELS = ConfigVar('accept_zeroconf_channels', default=False, type_=bool)
ZEROCONF_TRUSTED_NODE = ConfigVar('zeroconf_trusted_node', default='', type_=str)
# connect to remote WT
WATCHTOWER_CLIENT_ENABLED = ConfigVar(
'use_watchtower', default=False, type_=bool,