This commit is contained in:
Daniel Kucera 2024-04-26 15:00:54 +03:00 committed by GitHub
commit 574fc31cf1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ write_upstream() {
[ -n "$target" ] && target=' "'"$target"'"'
[ "$type" = "proxy" ] && [ -n "$via" ] && \
echo "upstream $via$target"
echo "upstream http $via$target"
[ "$type" = "reject" ] && [ -n "$target" ] && \
echo "no upstream$target"