-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstart-snowflake
More file actions
22 lines (18 loc) · 763 Bytes
/
start-snowflake
File metadata and controls
22 lines (18 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/bin/bash
#
# start Tor snowflake proxy
#
# righttoprivacy[at]i2pmail.org / righttoprivacy[at]tutanota.com
#
# Gitea Onion: http://gg6zxtreajiijztyy5g6bt5o6l3qu32nrg7eulyemlhxwwl6enk6ghad.onion/RightToPrivacy/snowflake-tor-service
# Public Blog: https://bmc.link/politictech/posts
#
# XMR:48qtspi5En44mJZLeiMoHYFEmuJfQYb5DLQxLDr7d1NXc53XaAvoT8PS3wBrhEc3VY1wxu5Rgw6oKBYgahpSAYnpHntbQNM
# CashApp: https://cash.app/$HumanRightsTech
#
# FEEDBACK WELCOME - any issues, please file issue or email
#
# CHANGE BELOW DIRECTORY PATH TO MATCH YOUR SNOWFLAKE PROXY EXECUTABLE LOCATION
snowflakecmd=$(/home/snowflake/snowflake/proxy/proxy -log /home/snowflake/snow.log)
echo -e "STARTING TOR SNOWFLAKE PROXY...\n"
$snowflakecmd || echo -e "FAILED TO START SNOWFLAKE\n"