-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathREADME
76 lines (70 loc) · 2.63 KB
/
README
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
##########################
# UnJailPi : Autonomous web privacy box
#
# Copyright (C) 2014 Arcadia Labs / Stephane Guerreau
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##########################
##########################
# 5_11
# added random access point security key generation, with its menu page (only "generate a new key" feature for the moment)
# hostapd config file read / parse / save functions
# added upis True/False config variable to disable upis related features
######
# 5_9
# added ext ip check function with TOR check page (GET_IP_METHOD = 1 : apify, 2 : TOR check)
# added upis over temperature alert icon
# added display refresh delay setting
# TOR white/black list are now saved on exit, loaded on start
######
# 5_8
# added country based TOR relays white/black list functions
######
# 5_6
# moved TOR scripts to main data directory
# added configfiles directory with dnsmasq.conf, torrc
# removed old data subdirectory
######
# 5_5
# improved UPiS management
# added licence (GPL v3) and CLI notice
# enabled screen timeout
# improved rpi/bpi common code
# cleaned up main data directory
# moved GeoIP database to main data directory
######
# 5_4
# solved some UPiS management bugs (old code is still there for eventual future use)
# solved screen timeout bug
# changed the public ip check function to be more reliable (apify)
######
# 5_2
# changed menus
# added screen timeout function (disabled for now)
# added debug function
# improved rpi/bpi common code
# added basic UPiS / power management functions
######
# 5_1
# added rpi/bpi temperature common function
##########################
IMPORTANT NOTE :
iptables rules are minimal in this public release, so don't use the script as is. I will update it with better rules when they are verified.
However they are very easy to customize using the included bash scripts and the iptables_restore() / iptables_openvpn() functions.
10-16-2014
Sources have been put back online with a new update (5_9)
New update (5_11)
10-15-2014
Sources have been temporarily removed for an update