X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=trip.go;h=b217750205cf26561be27e65f47ce20bb0ef3e2c;hb=0c0a261a6ef4fddfc34a9150005f7964cc69c420;hp=2d04a18a6505169ac0822e8ce77da6cfcb06b0d3;hpb=30dad51e496a127b1e78c52d70065a4db4da8f55;p=tofuproxy.git diff --git a/trip.go b/trip.go index 2d04a18..b217750 100644 --- a/trip.go +++ b/trip.go @@ -1,5 +1,5 @@ /* -tofuproxy -- HTTP proxy with TLS certificates management +tofuproxy -- flexible HTTP/WARC proxy with TLS certificates management Copyright (C) 2021 Sergey Matveev This program is free software: you can redistribute it and/or modify @@ -64,6 +64,7 @@ func roundTrip(w http.ResponseWriter, req *http.Request) { host := strings.TrimSuffix(req.URL.Host, ":443") for _, round := range []Round{ rounds.RoundNoHead, + rounds.RoundWARC, rounds.RoundDenySpy, rounds.RoundRedditOld, rounds.RoundHabrImage,