mirror of
https://github.com/bol-van/zapret.git
synced 2024-11-26 20:20:53 +03:00
tpws: enable-pf case disable in apple
This commit is contained in:
parent
f10d48b5bb
commit
611befefaf
@ -494,7 +494,7 @@ void parse_params(int argc, char *argv[])
|
||||
case 39: /* skip-nodelay */
|
||||
params.skip_nodelay = true;
|
||||
break;
|
||||
#if defined(BSD) && !defined(__OpenBSD__)
|
||||
#if defined(BSD) && !defined(__OpenBSD__) && !defined(__APPLE__)
|
||||
case 40: /* enable-pf */
|
||||
params.pf_enable = true;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user