avoid colision with common table names

This commit is contained in:
prx 2022-08-22 14:50:40 +02:00
parent 7f474df2ee
commit f9d12c9ef5
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -9,7 +9,7 @@
#include <sys/socket.h>
#define DEFAULT_TABLE "blocked"
#define DEFAULT_TABLE "iblocked"
#define TABLE_LEN 32 /* see PF_TABLE_NAME_SIZE in net/pfvar.h */
int main(int argc, char *argv[]){