redsocks module: add self as maintainer
This commit is contained in:
parent
930bcbda83
commit
b9faae955c
|
@ -267,4 +267,6 @@ in
|
||||||
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
|
"ip46tables -t nat -D OUTPUT -p tcp ${redCond block} -j ${chain} 2>/dev/null || true"
|
||||||
) cfg.redsocks;
|
) cfg.redsocks;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
meta.maintainers = with lib.maintainers; [ ekleog ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue