mirror of
https://github.com/aljazceru/cyphernode.git
synced 2025-12-18 05:05:12 +01:00
Oops cleaned a pasted line
This commit is contained in:
@@ -5,8 +5,6 @@ HiddenServicePort <%= traefik_http_port %> traefik:<%= traefik_http_port %>
|
||||
HiddenServicePort <%= traefik_https_port %> traefik:<%= traefik_https_port %>
|
||||
<% } %>
|
||||
|
||||
<% if (features.indexOf('lightning') != -1) { %>
|
||||
|
||||
<% if ( features.indexOf('lightning') != -1 && torifyables && torifyables.indexOf('tor_lightning') !== -1 && lightning_expose ) { %>
|
||||
HiddenServiceDir /tor/lightning/hidden_service/
|
||||
HiddenServiceVersion 3
|
||||
|
||||
Reference in New Issue
Block a user