summaryrefslogtreecommitdiff
path: root/andy.brief.conf
diff options
context:
space:
mode:
Diffstat (limited to 'andy.brief.conf')
-rw-r--r--andy.brief.conf28
1 files changed, 28 insertions, 0 deletions
diff --git a/andy.brief.conf b/andy.brief.conf
new file mode 100644
index 0000000..977a546
--- /dev/null
+++ b/andy.brief.conf
@@ -0,0 +1,28 @@
1connections {
2 andy {
3 remote_addrs = 68.48.18.140
4 vips = ::
5 local1 {
6 pubkeys = ssh_host_rsa_key.pub
7 auth = pubkey
8 id = dd6c:fbfd:eeb8:4709
9 }
10 remote1 {
11 id = "68.48.18.140"
12 pubkeys = andy.pub
13 auth = pubkey
14 }
15 children {
16 child1 {
17 remote_ts = 0::0/0
18 mode = tunnel
19 dpd_action = restart
20 }
21 }
22 }
23}
24secrets {
25 private1 {
26 file = ssh_host_rsa_key
27 }
28}