mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 13:35:32 +02:00
parent
9baf07a5f3
commit
1ea355a2b5
1 changed files with 32 additions and 0 deletions
32
pages.ar/linux/tor.md
Normal file
32
pages.ar/linux/tor.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# tor
|
||||||
|
|
||||||
|
> تمكين الاتصال المجهول عبر شبكة تور.
|
||||||
|
> لمزيد من التفاصيل: <https://manned.org/tor>.
|
||||||
|
|
||||||
|
- الاتصال بشبكة تور:
|
||||||
|
|
||||||
|
`tor`
|
||||||
|
|
||||||
|
- عرض إعدادات تور:
|
||||||
|
|
||||||
|
`tor --config`
|
||||||
|
|
||||||
|
- التحقق من حالة تور:
|
||||||
|
|
||||||
|
`tor --status`
|
||||||
|
|
||||||
|
- التشغيل كعميل فقط:
|
||||||
|
|
||||||
|
`tor --client`
|
||||||
|
|
||||||
|
- التشغيل كنقطة تمرير:
|
||||||
|
|
||||||
|
`tor --relay`
|
||||||
|
|
||||||
|
- التشغيل كجسر:
|
||||||
|
|
||||||
|
`tor --bridge`
|
||||||
|
|
||||||
|
- التشغيل كخدمة مخفية:
|
||||||
|
|
||||||
|
`tor --hidden-service`
|
Loading…
Add table
Reference in a new issue