|
@@ -80,15 +80,6 @@
|
|
</para>
|
|
</para>
|
|
</listitem>
|
|
</listitem>
|
|
|
|
|
|
- <listitem>
|
|
|
|
- <para>
|
|
|
|
- blacklisting - the module allows definition of backlists based on the
|
|
|
|
- destination IPs. This blacklists are to be used to prevent malicious
|
|
|
|
- forwarding to GWs (based on DNS lookups) when the script logic does
|
|
|
|
- none-GE forwarding (like foreign domains).
|
|
|
|
- </para>
|
|
|
|
- </listitem>
|
|
|
|
-
|
|
|
|
</itemizedlist>
|
|
</itemizedlist>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
@@ -1004,30 +995,6 @@ modparam("drouting", "atrrs_avp", '$avp(i:67)')
|
|
</example>
|
|
</example>
|
|
</section>
|
|
</section>
|
|
|
|
|
|
- <section>
|
|
|
|
- <title><varname>define_blacklist</varname> (str)</title>
|
|
|
|
- <para>
|
|
|
|
- Defines a backlist based on a list of GW types - the list will contain
|
|
|
|
- the IPs (no port, all protocols) of the GWs with the specified types.
|
|
|
|
- </para>
|
|
|
|
- <para>
|
|
|
|
- Multiple instances of this param are allowed.
|
|
|
|
- </para>
|
|
|
|
- <para>
|
|
|
|
- <emphasis>Default value is <quote>NULL</quote>.
|
|
|
|
- </emphasis>
|
|
|
|
- </para>
|
|
|
|
- <example>
|
|
|
|
- <title>Set <varname>define_blacklist</varname> parameter</title>
|
|
|
|
- <programlisting format="linespecific">
|
|
|
|
-...
|
|
|
|
-modparam("drouting", "define_blacklist", 'bl_name= 3,5,25,23')
|
|
|
|
-modparam("drouting", "define_blacklist", 'list= 4,2')
|
|
|
|
-...
|
|
|
|
- </programlisting>
|
|
|
|
- </example>
|
|
|
|
- </section>
|
|
|
|
-
|
|
|
|
<section>
|
|
<section>
|
|
<title><varname>use_domain</varname> (int)</title>
|
|
<title><varname>use_domain</varname> (int)</title>
|
|
<para>
|
|
<para>
|