Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Iptables missing flag --key on Debian 11 #34

Closed
rareshornet opened this issue Feb 12, 2024 · 1 comment
Closed

Iptables missing flag --key on Debian 11 #34

rareshornet opened this issue Feb 12, 2024 · 1 comment

Comments

@rareshornet
Copy link

rareshornet commented Feb 12, 2024

Hey thanks for building this! Nice easy way to deal with ISPs.

I'm not sure exactly what I'm doing wrong, using Debian 11(rpi pi) here, all compiled well and module loaded but I'm not sure why I get this flag missing error. Any ideas? Cheers.

sudo iptables -t mangle -I INPUT -p udp -m udp --sport 51820 -j WGOBFS --key mysecretkey --unobfs iptables v1.8.7 (nf_tables): unknown option "--key"

lsmod | grep WGOB xt_WGOBFS 16384 0 x_tables 53248 8 xt_conntrack,nft_compat,xt_tcpudp,xt_addrtype,xt_WGOBFS,xt_nat,ip_tables,xt_MASQUERADE

@rareshornet
Copy link
Author

ah sorry, found this one #18. will check it out first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant