|
|
@ -1097,7 +1097,7 @@ int main(int argc, char **argv) |
|
|
|
case 'P': |
|
|
|
case 'P': |
|
|
|
if (ckp.proxy) |
|
|
|
if (ckp.proxy) |
|
|
|
quit(1, "Cannot set both proxy and passthrough mode"); |
|
|
|
quit(1, "Cannot set both proxy and passthrough mode"); |
|
|
|
ckp.proxy = ckp.passthrough = true; |
|
|
|
ckp.standalone = ckp.proxy = ckp.passthrough = true; |
|
|
|
break; |
|
|
|
break; |
|
|
|
case 'p': |
|
|
|
case 'p': |
|
|
|
if (ckp.passthrough) |
|
|
|
if (ckp.passthrough) |
|
|
|