Skip to content

Commit

Permalink
update directory port
Browse files Browse the repository at this point in the history
  • Loading branch information
AdamISZ committed Oct 29, 2021
1 parent f1c9635 commit a35b60c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/lightning-message-channels.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ type = ln-onion
# This is a comma separated list (comma can be omitted if only one item).
# Each item has format pubkey@host:port ; all are required. Host can be
# a *.onion address (tor v3 only).
directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@mvm5ffyipzf4tis2g753w7q25evcqmvj6qnnwgr3dkpyukomykzvwuad.onion:9735
directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@mvm5ffyipzf4tis2g753w7q25evcqmvj6qnnwgr3dkpyukomykzvwuad.onion:9736
passthrough-port = 49101
lightning-port = 9735
```
Expand Down
2 changes: 1 addition & 1 deletion jmclient/jmclient/configure.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def jm_single():
# This is a comma separated list (comma can be omitted if only one item).
# Each item has format pubkey@host:port ; all are required. Host can be
# a *.onion address (tor v3 only).
directory-nodes = 03df15dbd9e20c811cc5f4155745e89540a0b83f33978317cebe9dfc46c5253c55@localhost:7171
directory-nodes = 0344bc51c0b0cf58ebfee222bdd8ff4855ac3becd7a9c8bff8ff08100771179047@193.29.57.170:9736
# port via which we receive data from the c-lightning plugin:
passthrough-port = 49100
# this is the port serving lightning on your onion service:
Expand Down

0 comments on commit a35b60c

Please sign in to comment.