mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-24 19:29:21 +02:00
Get back the "nft" method to the method choices, it was lost during the refactoring (commit 900acc3
). Fixes #1037. Closes #1037.
This commit is contained in:
parent
5942376090
commit
f9ddc878c0
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user