From c73399f272008c65ae0aeab13bc54314fa9762b8 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 29 Mar 2017 15:14:20 -0400 Subject: setting up joeyconfig after merge --- config.hs | 2 +- privdata/relocate | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 privdata/relocate diff --git a/config.hs b/config.hs index ec313725..97d90636 120000 --- a/config.hs +++ b/config.hs @@ -1 +1 @@ -config-simple.hs \ No newline at end of file +joeyconfig.hs \ No newline at end of file diff --git a/privdata/relocate b/privdata/relocate new file mode 100644 index 00000000..271692d8 --- /dev/null +++ b/privdata/relocate @@ -0,0 +1 @@ +.joeyconfig -- cgit v1.2.3 From 21a908f536e69bfc1ba76072bb27080794a71228 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 3 Apr 2017 14:56:48 -0400 Subject: animx ip change --- joeyconfig.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/joeyconfig.hs b/joeyconfig.hs index 3414d80e..e73897b4 100644 --- a/joeyconfig.hs +++ b/joeyconfig.hs @@ -651,8 +651,8 @@ monsters = -- but do want to track their public keys etc. & ipv6 "2001:4830:1600:492::2" & ipv4 "67.223.19.96" , host "animx" $ props - & ipv4 "76.7.162.101" & ipv4 "76.7.162.186" + & ipv4 "76.7.162.187" ] -- cgit v1.2.3