Skip to content
This repository was archived by the owner on Oct 8, 2024. It is now read-only.

Commit 2e8b89d

Browse files
authored
Fixing default IMUD router. (#15)
*I4 is dead, so updating this so people using this distribution can still get on intermud.
1 parent 0be3b83 commit 2e8b89d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/daemons/imud_d.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
#include <log.h>
1717
#include <ports.h>
1818

19-
#define ROUTER "*i4"
20-
#define ROUTER_ADDRESS "204.209.44.3 8080"
19+
#define ROUTER "*dalet"
20+
#define ROUTER_ADDRESS "97.107.133.86 8787"
2121

2222
inherit M_DAEMON_DATA;
2323
inherit M_RECONNECT;

0 commit comments

Comments
 (0)