Merge branch 'tinyproxy:master' into mm-dns

This commit is contained in:
huaraz 2021-10-02 16:36:29 +01:00 committed by GitHub
commit 9967f64430
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -89,4 +89,4 @@ and create a [pull request](https://github.com/tinyproxy/tinyproxy/pulls).
You can meet developers and users to discuss development, You can meet developers and users to discuss development,
patches and deployment issues in the `#tinyproxy` IRC channel on patches and deployment issues in the `#tinyproxy` IRC channel on
Freenode (`irc.freenode.net`). libera (`irc.libera.chat`).

View File

@ -3,7 +3,7 @@
<ul> <ul>
<li>Feel free to report a new bug or suggest features via github issues.</li> <li>Feel free to report a new bug or suggest features via github issues.</li>
<li>Tinyproxy developers hang out in #tinyproxy on irc.freenode.net.</li> <li>Tinyproxy developers hang out in #tinyproxy on irc.libera.chat.</li>
</ul> </ul>
</section> </section>
</div> </div>

View File

@ -18,7 +18,7 @@
# this program; if not, see <http://www.gnu.org/licenses/>. # this program; if not, see <http://www.gnu.org/licenses/>.
SCRIPTS_DIR=$(pwd)/$(dirname $0) SCRIPTS_DIR=$(cd $(dirname $0) && pwd)
BASEDIR=$SCRIPTS_DIR/../.. BASEDIR=$SCRIPTS_DIR/../..
TESTS_DIR=$SCRIPTS_DIR/.. TESTS_DIR=$SCRIPTS_DIR/..
TESTENV_DIR=$TESTS_DIR/env TESTENV_DIR=$TESTS_DIR/env