MediaWiki:Captcha-addurl-whitelist: Difference between revisions

From GDPRhub
(Created page with " #<!-- leave this line exactly as it is --> <pre> # Syntax is as follows: # * Everything from a "#" character to the end of the line is a comment # * Every non-blank line...")
 
No edit summary
 
Line 3: Line 3:
#  * Everything from a "#" character to the end of the line is a comment
#  * Everything from a "#" character to the end of the line is a comment
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
#  * Every non-blank line is a regex fragment which will only match hosts inside URLs
84.113.230.143
84.113.230.143           # office
2a01:4f8:231:1de2::/64
2a01:4f8:231:1de2::/64   # homer incl. vpn
10.90.129.0/24
10.90.129.0/24           # homer vpn
2a01:4f8:231:1de2::1001:0/112
213.47.150.96/28         # horst
213.47.150.96/28
2001:470:99d6::/48       # horst
2001:470:99d6::/48
  #</pre> <!-- leave this line exactly as it is -->
  #</pre> <!-- leave this line exactly as it is -->

Latest revision as of 17:14, 26 January 2020

#

# Syntax is as follows:
#   * Everything from a "#" character to the end of the line is a comment
#   * Every non-blank line is a regex fragment which will only match hosts inside URLs
84.113.230.143           # office
2a01:4f8:231:1de2::/64   # homer incl. vpn
10.90.129.0/24           # homer vpn
213.47.150.96/28         # horst
2001:470:99d6::/48       # horst
 #