mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 14:04:26 +01:00
Parse torrc file to know virtual port of hidden services
This commit is contained in:
@@ -18,6 +18,6 @@ namespace BTCPayServer.Models.ServerViewModels
|
||||
|
||||
public List<ExternalService> ExternalServices { get; set; } = new List<ExternalService>();
|
||||
public List<OtherExternalService> OtherExternalServices { get; set; } = new List<OtherExternalService>();
|
||||
public TorService[] TorServices { get; set; } = Array.Empty<TorService>();
|
||||
public List<OtherExternalService> TorServices { get; set; } = new List<OtherExternalService>();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user