diff options
Diffstat (limited to 'redir_scripts/preload/XX_catchall.lua')
-rw-r--r-- | redir_scripts/preload/XX_catchall.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/redir_scripts/preload/XX_catchall.lua b/redir_scripts/preload/XX_catchall.lua new file mode 100644 index 0000000..c18563e --- /dev/null +++ b/redir_scripts/preload/XX_catchall.lua @@ -0,0 +1,10 @@ + +catchall_chain = { + next_chain = default_chain, + binary = nil, + rules = {} +} + +export_chains = { + catchall_chain +} |