aboutsummaryrefslogtreecommitdiffstats
path: root/packages/torouter-web/src/tui/config.py
blob: 989c1029cec104b5e27726a99176b03e2755ff77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# tui, Tor web UI
# by Arturo Filasto' <hellais@torproject.org>
#

import web, os

cache = False

globals = {}

# Add your own (username, password) pair
authinfo = ("test", "test")

# Network devices
network_devices = ('uap0', 'eth0', 'eth1')

#interfaces_file = os.getcwd() + "/../../torouter-prep/configs/interfaces"
#torrc_file = os.getcwd() + "/../../torouter-prep/configs/torrc"
torrc_file = "/var/tmp/tor-tui/torrc"
interfaces_file = "/var/tmp/tor-tui/interfaces"