Package Details: zapret-git 68.r64.g9e84bf7-1

Git Clone URL: https://aur.archlinux.org/zapret-git.git (read-only, click to copy)
Package Base: zapret-git
Description: Bypass deep packet inspection
Upstream URL: https://github.com/bol-van/zapret
Licenses: MIT
Conflicts: zapret, zapret-common, zapret-docs, zapret-nfqws, zapret-tpws
Provides: zapret
Submitter: ahmubashshir
Maintainer: xiota
Last Packager: xiota
Votes: 15
Popularity: 2.44
First Submitted: 2020-07-16 01:38 (UTC)
Last Updated: 2024-11-08 18:54 (UTC)

Latest Comments

« First ‹ Previous 1 2 3

gray commented on 2021-12-31 10:33 (UTC) (edited on 2021-12-31 10:34 (UTC) by gray)

This line inside the PKGBUILD

sed -ri "s/^#?MODE=.*$/MODE=nfqws_all_desync/" "$pkgdir/opt/zapret/config"

is wrong because the "functions" script expects exact this "nfqws".

hikmet1517 commented on 2021-04-06 00:39 (UTC) (edited on 2021-04-16 01:11 (UTC) by hikmet1517)

symbolic link is broken at line 63

ln -s /opt/zapret/nfq/tpws "$pkgdir/usr/bin/tpws"

should be

ln -s /opt/zapret/tpws/tpws "$pkgdir/usr/bin/tpws"