From 452eb1acef4c6447954e3961a5a43fe27f4104ed Mon Sep 17 00:00:00 2001 From: elotreum <59893399+elotreum@users.noreply.github.com> Date: Thu, 16 Jan 2020 20:12:21 -0700 Subject: [PATCH] update routes in travis config files --- dist/travis/config_memory.yaml | 5 ++++- dist/travis/config_redis.yaml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dist/travis/config_memory.yaml b/dist/travis/config_memory.yaml index 96e7d1a..e8e4fe5 100644 --- a/dist/travis/config_memory.yaml +++ b/dist/travis/config_memory.yaml @@ -16,7 +16,10 @@ chihaya: enable_keepalive: false idle_timeout: 30s enable_request_timing: false - enable_legacy_php_urls: false + announce_routes: + - "/announce" + scrape_routes: + - "/scrape" allow_ip_spoofing: false real_ip_header: "x-real-ip" max_numwant: 100 diff --git a/dist/travis/config_redis.yaml b/dist/travis/config_redis.yaml index 5e05708..110d484 100644 --- a/dist/travis/config_redis.yaml +++ b/dist/travis/config_redis.yaml @@ -16,7 +16,10 @@ chihaya: enable_keepalive: false idle_timeout: 30s enable_request_timing: false - enable_legacy_php_urls: false + announce_routes: + - "/announce" + scrape_routes: + - "/scrape" allow_ip_spoofing: false real_ip_header: "x-real-ip" max_numwant: 100