add jail mac feature #52
seancmalloy
started this conversation in
Ideas
Replies: 2 comments 3 replies
-
Hi @seancmalloy - it's a good idea, just wondering if you had any other thoughts on how to get it to work or made any progress? I'll take a look, but I suspect I'm less familiar with the components than you are. |
Beta Was this translation helpful? Give feedback.
3 replies
-
Heyo, I'm looking into doing this with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
is there anyone out there that would help me add simple feature to this add-on. I need to drop traffic from certain mac addresses. this feature is required for localtuya so tuya devices dont have internet access.
heres what i got so far, still testing
dockerfile -
config.json -
run.sh -
any help is appreciated
update - its seems that ipset set types support is not in the kernel
plan b
update - i included nano in add-on and confirmed that its not writing mac addresses to file. why? anyone have any ideas?
update - so i gave up on trying do it like this, so just added sh file with iptables rules that runs if new option is selected in config. it prevents tuya devices from accessing the internet so i can just use localtuya. if anyone is interested...
dockerfile -
jail.sh -
config -
run.sh -
Beta Was this translation helpful? Give feedback.
All reactions