except tkl { } -> except ban { } in example*conf

[skip ci]
This commit is contained in:
Bram Matthys 2019-10-11 17:57:13 +02:00
parent 9f2530fdb7
commit 96509f6802
No known key found for this signature in database
GPG key ID: BF8116B163EAAE98
3 changed files with 6 additions and 6 deletions

View file

@ -341,8 +341,8 @@ except ban {
// you may add more mask entries here..
};
/* except tkl with type 'all' protects you from GLINE, GZLINE, QLINE, SHUN */
except tkl {
/* except ban with type 'all' protects you from GLINE, GZLINE, QLINE, SHUN */
except ban {
mask *@192.0.2.1;
type all;
};

View file

@ -337,8 +337,8 @@ except ban {
// vous pouvez ajouter d'autres lignes mask à la suite
};
/* except tkl avec le type 'all' vous protège des GLINE, GZLINE, QLINE, SHUN */
except tkl {
/* except ban avec le type 'all' vous protège des GLINE, GZLINE, QLINE, SHUN */
except ban {
mask *@192.0.2.1;
type all;
};

View file

@ -342,8 +342,8 @@ except ban {
// burada daha fazla mask girdileri ekleyebilirsiniz..
};
/* except tkl bloğu, sizi 'tüm' GLINE, GZLINE, QLINE, SHUN gibi banlardan koruyacaktır */
except tkl {
/* except ban bloğu, sizi 'tüm' GLINE, GZLINE, QLINE, SHUN gibi banlardan koruyacaktır */
except ban {
mask *@192.0.2.1;
type all;
};