Extension:TorBlock/hu
A TorBlock kiterjesztés automatikusan korlátozza a Tor kilépési csomópontok wikiszerverhez való hozzáférését.
Telepítés
- Töltsd le a kiterjesztés fájljait, és mentsd el az
extensions/
mappán belüliTorBlock
könyvtárba.
Developers and code contributors should install the extension from Git instead, using:cd extensions/
git clone https://gerrit.wikimedia.org/r/mediawiki/extensions/TorBlock - Add hozzá az alábbi kódot a LocalSettings.php fájlod aljára:
wfLoadExtension( 'TorBlock' );
- Állítsd be a szükséges módon.
Kész – A Special:Version oldalon ellenőrizheted, hogy a kiterjesztés ténylegesen feltelepült-e.
Beállítás
$wgTorBypassPermissions = [ 'torunblocked' ]; |
Tor-blokkok megkerülésére képes felhasználói fiókok jogosultságai.
Az alapértelmezett érték |
$wgTorLoadNodes = true; |
Ha az érték true , a kiterjesztés mindig megkísérel csomópontlistát betölteni, ha nincs aktuális lista a gyorsítótárban. Loading the exit node list is expensive, so some wikis may want to set this to false , and instead have loadExitNodes.php be run as a cron job to update the node list. |
$wgTorIPs = [ '208.80.152.2' ]; |
A wikiszerver által használt IP-címek tömbje. A belső listába csak az ezen IP-khez csatlakozni képes kilépési csomópontok kerülnek. Note: this is only used when the extension has to fall back to the Tor Project's bulk list service, rather than using the newer Onionoo protocol. |
$wgTorDisableAdminBlocks = true; |
Disables existing Tor blocks made by admins. |
$wgTorAutoConfirmAge = 0;
|
Hasonlóan ezekhez: Kézikönyv:$wgAutoConfirmAge és $wgAutoConfirmCount . Both sets of limits must be passed for an account to be granted any statuses defined in Kézikönyv:$wgAutopromote (including autoconfirmed status). |
$wgTorAllowedActions = [ 'read' ]; |
Permissions allowed to Tor anonymous users. By default, Tor users cannot create accounts. |
$wgTorOnionooServer = 'https://onionoo.torproject.org';
|
By default, the extension uses a service called Onionoo, created by the Tor Project, to retrieve the list of exit nodes. Onionoo servers can be run by anybody, so a custom one (and its associated SSL certificate) can be set with these variables. The default is the Tor Project's own server. |
$wgTorTagChanges = true; |
Mark Tor edits as such |
$wgTorBlockProxy = false; |
Proxy to use, if not the default proxy |
See also
- BulkBlock Extension — an extension that allows administrators to easily block multiple users at once on a MediaWiki website.
![]() | Ezt a kiterjesztést egy vagy több Wikimédia-projekt használja. Ez valószínűleg azt jelenti, hogy stabil és nagy biztonsággal használható ilyen forgalmas oldalakon is. A kiterjesztést használó wikik pontos listáját a Wikimédia CommonSettings.php és InitialiseSettings.php konfigurációs fájljaiban a nevére keresve találhatod meg. Egy adott wikin telepített összes kiterjesztés listája a wiki Special:Version oldalán található. |
![]() | This extension is included in the following wiki farms/hosts and/or packages: This is not an authoritative list. Some wiki farms/hosts and/or packages may contain this extension even if they are not listed here. Always check with your wiki farms/hosts or bundle to confirm. |
Category:AbortAutoblock extensions/hu
Category:AbuseFilter-builder extensions/hu
Category:AbuseFilterAlterVariables extensions/hu
Category:All extensions/hu
Category:AutopromoteCondition extensions/hu
Category:ChangeTagsListActive extensions/hu
Category:Extensions in Wikimedia version control/hu
Category:Extensions included in Miraheze/hu
Category:Extensions included in WikiForge/hu
Category:Extensions used on Wikimedia/hu
Category:Extensions with manual MediaWiki version
Category:GPL licensed extensions/hu
Category:GetAutoPromoteGroups extensions/hu
Category:GetUserBlock extensions/hu
Category:GetUserPermissionsErrorsExpensive extensions/hu
Category:ListDefinedTags extensions/hu
Category:OtherBlockLogLink extensions/hu
Category:RecentChange save extensions/hu
Category:Stable extensions/hu
Category:UserCanSendEmail extensions/hu
Category:User access extensions/hu