Update 98-cloudflare-real-ip

Print new line instead of a `%` at the end of the last line
This commit is contained in:
takikoo
2021-08-11 15:52:22 +02:00
committed by GitHub
parent 01f662d738
commit 399e79f2fa
+2 -2
View File
@@ -3,8 +3,8 @@
# shellcheck disable=SC2046
printf "set_real_ip_from %b;\n" $({
curl -s "https://www.cloudflare.com/ips-v4" &
curl -s "https://www.cloudflare.com/ips-v6" &
curl -s -w '\n' "https://www.cloudflare.com/ips-v4" &
curl -s -w '\n' "https://www.cloudflare.com/ips-v6" &
ip route | grep -v default | awk '{print $1}'
}) > /config/nginx/cf_real-ip.conf