X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~mdw/git/tripe/blobdiff_plain/6005ef9bfba49124a25825a5b044d4f4cbf02792..101acb51a8d63adc10e76027bc25503df8c55a1f:/peerdb/peers.in diff --git a/peerdb/peers.in b/peerdb/peers.in index 16acbc8e..53eef5b2 100644 --- a/peerdb/peers.in +++ b/peerdb/peers.in @@ -2,8 +2,9 @@ ;;; ;;; Peers description file ;;; -;;; You're best off not editing this file at all; instead, drop a file -;;; containing your overriden settings alongside. +;;; New installations will clobber this file. Therefore you're best off not +;;; editing this file directly; instead, drop a file containing your +;;; overridden settings alongside. ;;;-------------------------------------------------------------------------- ;;; Global defaults. @@ -84,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. @@ -106,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)