mirror of
https://github.com/internetee/registry.git
synced 2025-07-02 01:03:35 +02:00
Iptables syntax fix #2348
This commit is contained in:
parent
0e27913bb0
commit
85b4a7e190
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ BLOCKCOUNT=100
|
||||||
# The flag --src is an alias for this option. Multiple addresses can be specified,
|
# The flag --src is an alias for this option. Multiple addresses can be specified,
|
||||||
# but this will expand to multiple rules (when adding with -A),
|
# but this will expand to multiple rules (when adding with -A),
|
||||||
# or will cause multiple rules to be deleted (with -D).
|
# or will cause multiple rules to be deleted (with -D).
|
||||||
REGISTRAR_HANDLE_SOURCE = 'x.x.x.x'
|
REGISTRAR_HANDLE_SOURCE="x.x.x.x"
|
||||||
# default action can be DROP or REJECT or something else.
|
# default action can be DROP or REJECT or something else.
|
||||||
DACTION="REJECT"
|
DACTION="REJECT"
|
||||||
$IPT -A INPUT -p tcp --dport 700 -i eth0 -m state --state NEW -m recent --set
|
$IPT -A INPUT -p tcp --dport 700 -i eth0 -m state --state NEW -m recent --set
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue