-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathconfig.inc
31 lines (25 loc) · 895 Bytes
/
config.inc
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
## Supported hardware targets: orangepipc (also for orangepi one),orangepi0,raspberrypi1,raspberrypi2,raspberrypi3.
HARDWARE=orangepipc
## Put your hostname here
HOSTNAME=OrangePi
## Active user (orangepi default one for orangepi, pi - for raspberry pi)
USER=orangepi
## SSID name
SSID_NAME=orangeBox
## SSID password
SSID_PASSWORD=not4youreyes
## IP adddress
IP_ADDRESS=192.168.110.1
IP_NETMASK=255.255.255.0
IP_NETWORK=192.168.110.0
IP_BROADCAST=192.168.110.255
DHCP_RANGE="192.168.110.50,192.168.110.150,255.255.255.0,12h"
HOSTADDR="/${HOSTNAME}.torbox/${IP_ADDRESS}"
## below are settings of WEBUI. Don't change them, until you don't know what are you doing
WEBUI_USER=webui
WEBUI_LOCATION=/opt/webui
## below are settings of i2p. Don't change them, until you don't know, what are you doing
I2P_USER=${USER}
I2P_LOCATION=/opt/i2p
##Use offical debian (ubuntu) repo tor
USE_STOCK_TOR=1