Browse Source

[Fix] test external_relay: count should always be the last rule,

as it have no matching condition
tags/3.6
Soha Jin 11 months ago
parent
commit
7cca8ad4b0
No account linked to committer's email address
1 changed files with 3 additions and 0 deletions
  1. 3
    0
      test/functional/configs/merged-local.conf

+ 3
- 0
test/functional/configs/merged-local.conf View File

@@ -41,6 +41,9 @@ external_relay {
}
EXTERNAL_RELAY_COUNT {
count = 4;
# `count` strategy always pops Received headers out, this will break other rules.
# So it should always be the last rule.
priority = 30;
strategy = "count";
}
EXTERNAL_RELAY_HOSTNAME_MAP {

Loading…
Cancel
Save