-
Notifications
You must be signed in to change notification settings - Fork 0
/
torctl.rc
29 lines (27 loc) · 1.26 KB
/
torctl.rc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
#!/usr/bin/env bash
#
# #############################################################################
# Project: torctl (none)
# File...: torctl.rc
# Created: Saturday, 2022/12/17 - 21:39:37 #
# Author.: @fbnmtz, (fabiano.matoz@gmail.com) #
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
# Last Modified: Sunday, 2023/01/15 - 02:20:01
# Modified By..: @fbnmtz, (fabiano.matoz@gmail.com)
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
# Version: 0.0.3.30
# ~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~·~·~·~·~·~·~·~~·~·~·~·~·~~·~·~·~·~·~·~·~#
# Description: #
# > #
# #############################################################################
# HISTORY: #
#
# VirtualAddrNetwork 10.0.0.0/10
# TransListenAddress 0.0.0.0
# DNSListenAddress 0.0.0.0
# AutomapHostsOnResolve 1
# RunAsDaemon 1
# ControlPort 9051
TransPort 9040
SOCKSPort 9050
DNSPort 5353