Skip to content

Commit

Permalink
Add CLNRest tor info
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzyis committed Apr 30, 2024
1 parent 2441804 commit c324072
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion pages/settings/wallets/cln.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,15 @@ export default function CLN ({ ssrData }) {
}}
>
<Input
label='rest host and port'
label={
<div className='d-flex align-items-center'>rest host and port
<Info>
<Text>
{'If you use tor, you need to run CLNRest over HTTP:\n\n```lightningd --clnrest-port 3010 --clnrest-protocol http```'}
</Text>
</Info>
</div>
}
name='socket'
hint='tor or clearnet'
placeholder='55.5.555.55:3010'
Expand Down

0 comments on commit c324072

Please sign in to comment.