mirror of
https://github.com/bol-van/zapret.git
synced 2025-12-08 12:36:47 +03:00
blockcheck: print PRETTY_NAME from /etc/os-release
This commit is contained in:
@@ -412,6 +412,10 @@ check_system()
|
|||||||
else
|
else
|
||||||
uname -a
|
uname -a
|
||||||
fi
|
fi
|
||||||
|
[ -f /etc/os-release ] && {
|
||||||
|
. /etc/os-release
|
||||||
|
[ -n "$PRETTY_NAME" ] && echo "distro: $PRETTY_NAME"
|
||||||
|
}
|
||||||
echo firewall type is $FWTYPE
|
echo firewall type is $FWTYPE
|
||||||
echo CURL=$CURL
|
echo CURL=$CURL
|
||||||
$CURL --version
|
$CURL --version
|
||||||
|
|||||||
@@ -552,5 +552,6 @@ nfqws: --dpi-desync-fakedsplit-mod=altorder for fakedsplit/fakeddisorder
|
|||||||
nfqws: --dpi-desync-hostfakesplit-mod=altorder
|
nfqws: --dpi-desync-hostfakesplit-mod=altorder
|
||||||
nfqws: fakedsplit/fakeddisorder normalize fake split pattern offset to reasm offset
|
nfqws: fakedsplit/fakeddisorder normalize fake split pattern offset to reasm offset
|
||||||
nfqws: optimize ipv4 ip_id. apply ip_id on all OS the same way.
|
nfqws: optimize ipv4 ip_id. apply ip_id on all OS the same way.
|
||||||
|
blockcheck: print PRETTY_NAME from /etc/os-release
|
||||||
blockcheck: new strategies
|
blockcheck: new strategies
|
||||||
blockcheck: curl test simulation : SIMULATE=1
|
blockcheck: curl test simulation : SIMULATE=1
|
||||||
|
|||||||
Reference in New Issue
Block a user