From a98dd36810ffc547244fb47afffdfd2a9d52ac5b Mon Sep 17 00:00:00 2001 From: James Lu Date: Thu, 14 Jun 2018 14:44:03 -0700 Subject: [PATCH] example-conf: mention kill -> kick forwarding briefly [skip ci] --- example-conf.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example-conf.yml b/example-conf.yml index 46076f1..be245f9 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -688,6 +688,9 @@ relay: # in the pool. # You should generally have a consensus among your linked networks as to which # network should be in which pool. + # When a kill is sent to a target not sharing any kill pool with the sender's network, + # the kill is relayed as a kick on the target to all shared channels where the sender + # has CLAIM access. #kill_share_pools: # - ["net1", "net2", "net3"]