Add Readme content #11

Merged
OCram85 merged 10 commits from prep-v010 into main 2023-07-12 17:25:32 +02:00
Showing only changes of commit e54b744427 - Show all commits

View File

@ -27,7 +27,7 @@ EOF
function addUpstreamConfig() {
[ -z "$UPSTREAM_PROXY_FILE" ] || export UPSTREAM_PROXY=$(cat $UPSTREAM_PROXY_FILE)
[ -z "$UPSTREAM_PROXY" ] || echo "upstream http $UPSTREAM_PROXY \".\"" >> "$CONFIG"
[ -z "$UPSTREAM_PROXY" ] || echo "Upstream http $UPSTREAM_PROXY " >> "$CONFIG"
}
function addFilterConfig() {