mirror of
https://github.com/llccd/netfilter-full-cone-nat
synced 2024-11-21 23:33:40 +00:00
fix: module alias match failed
This commit is contained in:
parent
09dcc1aa5d
commit
75acee56b1
@ -270,4 +270,4 @@ module_exit(tg_exit);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Xtables: implementation of UDP-only full cone NAT");
|
||||
MODULE_AUTHOR("Chion Tang <tech@chionlab.moe>");
|
||||
MODULE_ALIAS("ipt_fullconenat");
|
||||
MODULE_ALIAS("ipt_FULLCONENAT");
|
||||
|
@ -270,4 +270,4 @@ module_exit(tg_exit);
|
||||
MODULE_LICENSE("GPL");
|
||||
MODULE_DESCRIPTION("Xtables: implementation of UDP-only full cone NAT");
|
||||
MODULE_AUTHOR("Chion Tang <tech@chionlab.moe>");
|
||||
MODULE_ALIAS("ipt_fullconenat");
|
||||
MODULE_ALIAS("ipt_FULLCONENAT");
|
||||
|
Loading…
Reference in New Issue
Block a user