diff options
| l--------- | config.hs | 2 | ||||
| -rw-r--r-- | joeyconfig.hs | 2 | ||||
| -rw-r--r-- | privdata/relocate | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1 +1 @@ -config-simple.hs
\ No newline at end of file +joeyconfig.hs
\ No newline at end of file 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" ] diff --git a/privdata/relocate b/privdata/relocate new file mode 100644 index 00000000..271692d8 --- /dev/null +++ b/privdata/relocate @@ -0,0 +1 @@ +.joeyconfig |
