Extension:BlockASN

MediaWiki extensions manual
BlockASN
Release status: unknown
Author(s) Ryan Schmidt (Skizzerztalk)
Latest version 1.3.0
MediaWiki >= 1.35.0
License GNU General Public License 3.0 or later
Download
  • $wgBAMMpass
  • $wgBlockedASNs
  • $wgBAApiField
  • $wgBAMMuser
  • $wgBlockedUserTypes

The BlockASN extension automatically blocks certain ASNs specified in the configuration from editing.

Installation edit

  • Download and place the file(s) in a directory called BlockASN in your extensions/ folder.
  • Add the following code at the bottom of your LocalSettings.php file:
    wfLoadExtension( 'BlockASN' );
    
  •   Done – Navigate to Special:Version on your wiki to verify that the extension is successfully installed.