mirror of
https://github.com/Waujito/youtubeUnblock.git
synced 2024-12-22 06:15:31 +00:00
b14abda600
Special thanks to https://github.com/drivenets/iptables_extensions repository with detailed explanations of iptables userspace interaction with the kernel module.
7 lines
110 B
C
7 lines
110 B
C
#ifndef IPT_YTUNBLOCK_H
|
|
#define IPT_YTUNBLOCK_H
|
|
|
|
struct xt_ytunblock_tginfo {};
|
|
|
|
#endif /* IPT_YTUNBLOCK_H */
|