You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
current set up uses the tor proxy configuration parameters in lnd.conf to connect lnd to a clearnet proxy. It works without any issue but does not allow to connect to another proxy to access tor, closing the capability of being hybrid using two proxies, one for clearnet and another one for tor Describe the solution you'd like
one set up for clearnet proxy in lnd.conf and another one for tor proxy in lnd.conf so that a lnd node can operate with two distinct proxies to access clearnet and tor in parallel and be hybrid behind 2 proxies. Describe alternatives you've considered
using a solution at os level but complex and it may clash with the lnd tor.set up. Proxies are better handled at app level.