From 4f266f913d9e0ba181553f5e2d69462274ba1be5 Mon Sep 17 00:00:00 2001 From: iphydf Date: Tue, 25 Sep 2018 21:19:07 +0000 Subject: Use a working DHT node for bootstrap tests. A lot of bootstrap nodes are down :(. --- auto_tests/tcp_relay_test.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'auto_tests/tcp_relay_test.c') diff --git a/auto_tests/tcp_relay_test.c b/auto_tests/tcp_relay_test.c index 4020b064..f2035f35 100644 --- a/auto_tests/tcp_relay_test.c +++ b/auto_tests/tcp_relay_test.c @@ -8,10 +8,10 @@ #include "check_compat.h" static uint8_t const key[] = { - 0x15, 0xE9, 0xC3, 0x09, 0xCF, 0xCB, 0x79, 0xFD, - 0xDF, 0x0E, 0xBA, 0x05, 0x7D, 0xAB, 0xB4, 0x9F, - 0xE1, 0x5F, 0x38, 0x03, 0xB1, 0xBF, 0xF0, 0x65, - 0x36, 0xAE, 0x2E, 0x5B, 0xA5, 0xE4, 0x69, 0x0E, + 0x2C, 0x28, 0x9F, 0x9F, 0x37, 0xC2, 0x0D, 0x09, + 0xDA, 0x83, 0x56, 0x55, 0x88, 0xBF, 0x49, 0x6F, + 0xAB, 0x37, 0x64, 0x85, 0x3F, 0xA3, 0x81, 0x41, + 0x81, 0x7A, 0x72, 0xE3, 0xF1, 0x8A, 0xCA, 0x0B, }; int main(void) @@ -23,8 +23,8 @@ int main(void) Tox *tox_tcp = tox_new_log(opts, nullptr, nullptr); tox_options_free(opts); - tox_bootstrap(tox_tcp, "tox.ngc.zone", 33445, key, nullptr); - tox_add_tcp_relay(tox_tcp, "tox.ngc.zone", 33445, key, nullptr); + tox_bootstrap(tox_tcp, "163.172.136.118", 33445, key, nullptr); + tox_add_tcp_relay(tox_tcp, "163.172.136.118", 33445, key, nullptr); printf("Waiting for connection"); -- cgit v1.2.3