-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #97 from TheTorProject/release/lepidopter-1.0.0-rc.0
Prepare release: lepidopter 1.0.0-rc.0
- Loading branch information
Showing
35 changed files
with
1,073 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Uncomment the following 4 lines to connect via meek pluggable transport in tor | ||
#UseBridges 1 | ||
#Bridge meek_lite 0.0.2.0:1 url=https://d2zfqthxsdq309.cloudfront.net/ front=a0.awsstatic.com | ||
#Bridge meek_lite 0.0.2.0:2 url=https://az786092.vo.msecnd.net/ front=ajax.aspnetcdn.com | ||
#Bridge meek_lite 0.0.2.0:2 url=https://meek.azureedge.net/ front=ajax.aspnetcdn.com | ||
#ClientTransportPlugin meek_lite exec /usr/bin/obfs4proxy |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Minimal (with no vc_vchi_sm_init failure) GPU memory for headless mode | ||
gpu_mem=32 | ||
# Enable the hardware watchdog | ||
dtparam=watchdog=on | ||
# Turn power LED into heartbeat | ||
dtparam=pwr_led_trigger=heartbeat | ||
# Enable the hardware random number generator (RNG) | ||
dtparam=random=on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3 | ||
8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
0.3.5-beta | ||
v1.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# | ||
# This file MUST be edited with the 'visudo' command as root. | ||
# | ||
# Please consider adding local content in /etc/sudoers.d/ instead of | ||
# directly modifying this file. | ||
# | ||
# See the man page for details on how to write a sudoers file. | ||
# | ||
Defaults env_reset | ||
Defaults mail_badpass | ||
Defaults secure_path="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" | ||
|
||
# Host alias specification | ||
|
||
# User alias specification | ||
|
||
# Cmnd alias specification | ||
|
||
# User privilege specification | ||
root ALL=(ALL:ALL) ALL | ||
|
||
# Allow members of group sudo to execute any command | ||
%sudo ALL=(ALL:ALL) NOPASSWD: ALL | ||
|
||
# See sudoers(5) for more information on "#include" directives: | ||
|
||
#includedir /etc/sudoers.d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
#ping = 172.31.14.1 | ||
#ping = 172.26.1.255 | ||
#interface = eth0 | ||
#file = /var/log/messages | ||
#change = 1407 | ||
|
||
# Uncomment to enable test. Setting one of these values to '0' disables it. | ||
# These values will hopefully never reboot your machine during normal use | ||
# (if your machine is really hung, the loadavg will go much higher than 25) | ||
#max-load-1 = 24 | ||
#max-load-5 = 18 | ||
#max-load-15 = 12 | ||
|
||
# Note that this is the number of pages! | ||
# To get the real size, check how large the pagesize is on your machine. | ||
#min-memory = 1 | ||
#allocatable-memory = 1 | ||
|
||
#repair-binary = /usr/sbin/repair | ||
#repair-timeout = | ||
#test-binary = | ||
#test-timeout = | ||
|
||
watchdog-device = /dev/watchdog | ||
# Avoid cannot set timeout warning | ||
watchdog-timeout = 10 | ||
|
||
# Defaults compiled into the binary | ||
#temperature-device = | ||
#max-temperature = 120 | ||
|
||
# Defaults compiled into the binary | ||
#admin = root | ||
interval = 2 | ||
#logtick = 1 | ||
#log-dir = /var/log/watchdog | ||
|
||
# This greatly decreases the chance that watchdog won't be scheduled before | ||
# your machine is really loaded | ||
realtime = yes | ||
priority = 1 | ||
|
||
# Check if rsyslogd is still running by enabling the following line | ||
#pidfile = /var/run/rsyslogd.pid | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.