This website requires JavaScript.
Explore
RingTools-web
Help
Sign In
mirrors
/
lnd
Watch
1
Star
0
Fork
0
You've already forked lnd
mirror of
https://github.com/lightningnetwork/lnd.git
synced
2024-11-19 18:10:34 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
d46e9d2d29
lnd
/
cert
/
go.mod
6 lines
97 B
Modula-2
Raw
Normal View
History
Unescape
Escape
cert: create independent go modules
2019-11-13 09:25:43 +01:00
module
github
.
com
/
lightningnetwork
/
lnd
/
cert
Upgrade to go 1.16 for the left over packages Upgraded the go to 1.16 for the rest of the packages.
2021-10-01 15:19:30 +02:00
go
1.16
config+lnd+cert: add --tlsdisableautofill to prevent information leaks. This adds in a new boolean flag that when set, prevents LND from writing the system hostname and network interface IPs to the TLS certificate. This will ensure privacy for those that don't want private IP addresses to be exposed on a public facing LND node.
2020-06-26 19:53:05 +02:00
require
github
.
com
/
stretchr
/
testify
v1
.
5.1
Reference in New Issue
Copy Permalink