comparison stream_geo_ipv6.t @ 1609:f3ba4c74de31

Tests: added TEST_GLOBALS_STREAM variable support.
author Andrei Belov <defan@nginx.com>
date Thu, 12 Nov 2020 17:46:49 +0300
parents 766bcbb632ee
children
comparison
equal deleted inserted replaced
1608:2f00ed2e0d1a 1609:f3ba4c74de31
32 32
33 events { 33 events {
34 } 34 }
35 35
36 stream { 36 stream {
37 %%TEST_GLOBALS_STREAM%%
38
37 geo $geo { 39 geo $geo {
38 ::1/128 loopback; 40 ::1/128 loopback;
39 2001:0db8::/32 test; 41 2001:0db8::/32 test;
40 ::/0 world; 42 ::/0 world;
41 } 43 }