mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2025-12-06 03:26:45 +03:00
Add skeleton for module and userspace iptables management
Special thanks to https://github.com/drivenets/iptables_extensions repository with detailed explanations of iptables userspace interaction with the kernel module.
This commit is contained in:
22
.gitignore
vendored
22
.gitignore
vendored
@@ -5,17 +5,11 @@ build
|
||||
configure~
|
||||
|
||||
# Kernel module files
|
||||
.Module.*
|
||||
.modules.*
|
||||
Module.*
|
||||
modules.*
|
||||
.youtubeKblock.*
|
||||
youtubeKblock.ko
|
||||
youtubeKblock.mod*
|
||||
youtubeKblock.o
|
||||
.mangle.*
|
||||
mangle.o
|
||||
.youtubeKUnblock.*
|
||||
youtubeKUnblock.ko
|
||||
youtubeKUnblock.mod*
|
||||
youtubeKUnblock.o
|
||||
*.o
|
||||
.*
|
||||
*.mod.*
|
||||
*.mod
|
||||
modules.order
|
||||
Module.symvers
|
||||
*.so
|
||||
*.ko
|
||||
|
||||
Reference in New Issue
Block a user