Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion net/snowflake/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=snowflake
PKG_VERSION:=2.11.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL=https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
Expand Down
3 changes: 3 additions & 0 deletions net/snowflake/files/snowflake-proxy.init
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ start_service() {
[ -x /sbin/ujail ] && {
procd_add_jail snowflake-proxy ronly
procd_add_jail_mount /etc/ssl/certs
# change the following if specifying non default paths with the -geoipdb or -geoip6db command parameters
procd_add_jail_mount /usr/share/tor/geoip
procd_add_jail_mount /usr/share/tor/geoip6
procd_set_param no_new_privs 1
}
procd_close_instance
Expand Down
Loading