nix-bitcoin/examples
nixbitcoin 65b5dab3d4
clightning: add announce-tor
From the clightning manpage:

autolisten=BOOL By default, we bind (and maybe announce) on IPv4 and
IPv6 interfaces if no addr, bind-addr or  announce-addr options  are
specified. Setting this to false disables that.

We already set bind-addr by default, so autolisten had no effect.
Therefore, this commit replaces autolisten with the more granular
announce-addr option.

For now we are Tor-only, so we only need to announce our hidden service
to accept incoming connections. In the future, we can add clearnet
connectivity with `addr` and route connections into our netns with NAT.
2020-07-21 09:38:26 +00:00
..
nixops move main module import to configuration.nix 2020-03-24 21:43:21 +00:00
qemu-vm add deploy-qemu-vm.sh example 2020-03-30 10:56:57 +02:00
configuration.nix clightning: add announce-tor 2020-07-21 09:38:26 +00:00
deploy-container.sh examples: improve shell session usability 2020-05-17 23:53:32 +02:00
deploy-nixops.sh examples: improve shell session usability 2020-05-17 23:53:32 +02:00
deploy-qemu-vm.sh examples: execute bash sessions in script environment 2020-05-17 14:30:39 +02:00
nix-bitcoin-release.nix Add fetch-release script 2020-04-08 07:01:35 +00:00
shell.nix Add fetch-release script 2020-04-08 07:01:35 +00:00
start-bash-session.sh examples: improve shell session usability 2020-05-17 23:53:32 +02:00