X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/288fc12b89f5557829a4bedbc65a648c324de4a6..d64ce4ae05ad8250e08296af18d7d6ddcc5bbc9a:/peerdb/peers.in?ds=sidebyside diff --git a/peerdb/peers.in b/peerdb/peers.in index 01439023..53eef5b2 100644 --- a/peerdb/peers.in +++ b/peerdb/peers.in @@ -85,7 +85,10 @@ ssh-user = tripe ;; connect: shell command to use to wake up the remote peer and establish the ;; connection. -connect = ssh -q $(ssh-user)@$[$(host)] +connect = ssh -q $(ssh-user)@$[$(host)] hello + +;; disconnect: shell command to use to shut the remote peer down. +disconnect = ssh -q $(ssh-user)@$[$(host)] goodbye ;; keepalive: how often to send NOP packets to keep the connection alive, at ;; least in the minds of intermediate stateful firewalls and NAT routers. @@ -107,6 +110,10 @@ watch = t ;; peer: mark this entry as being a passive peer. peer = PASSIVE +;; mobile: mark this peer as likely to change its external address without +;; warning. +mobile = t + ;; user: the string which the dynamic peer's connect command will present to ;; the CONNECT service. user = $(name)