Disable auto-ttl if set-ttl has been used after auto-ttl

This commit is contained in:
ValdikSS 2022-03-31 12:14:03 +03:00
parent 27a6d256f0
commit 67629fb6ef
1 changed files with 1 additions and 0 deletions

View File

@ -807,6 +807,7 @@ int main(int argc, char *argv[]) {
do_allow_no_sni = 1;
break;
case '$': // --set-ttl
do_auto_ttl = auto_ttl_1 = auto_ttl_2 = auto_ttl_max = 0;
do_fake_packet = 1;
ttl_of_fake_packet = atoub(optarg, "Set TTL parameter error!");
break;