mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-11 12:58:18 +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:
parent
5942376090
commit
375810a9a8
@ -247,7 +247,7 @@ parser.add_argument(
|
||||
if sys.platform == 'win32':
|
||||
method_choices = ["auto", "windivert"]
|
||||
else:
|
||||
method_choices = ["auto", "nat", "tproxy", "pf", "ipfw"]
|
||||
method_choices = ["auto", "nft", "nat", "tproxy", "pf", "ipfw"]
|
||||
|
||||
parser.add_argument(
|
||||
"--method",
|
||||
|
Loading…
Reference in New Issue
Block a user