mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-11 08:40:59 +02:00
fix: Restore "nft" method
Accidentally removed in refactoring (commit 900acc3
).
Closes #1037.
Co-authored-by: Vadim Dyadkin <dyadkin@3lp.cx>
This commit is contained in:
@ -247,7 +247,7 @@ parser.add_argument(
|
|||||||
if sys.platform == 'win32':
|
if sys.platform == 'win32':
|
||||||
method_choices = ["auto", "windivert"]
|
method_choices = ["auto", "windivert"]
|
||||||
else:
|
else:
|
||||||
method_choices = ["auto", "nat", "tproxy", "pf", "ipfw"]
|
method_choices = ["auto", "nft", "nat", "tproxy", "pf", "ipfw"]
|
||||||
|
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"--method",
|
"--method",
|
||||||
|
Reference in New Issue
Block a user