mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-05-29 22:32:02 +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…
x
Reference in New Issue
Block a user