mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Set umask for shadowbox
This commit is contained in:
parent
0977f6d641
commit
a21bab96db
1 changed files with 3 additions and 0 deletions
|
|
@ -17,6 +17,9 @@
|
|||
export SB_PUBLIC_IP=${SB_PUBLIC_IP:-$(curl https://ipinfo.io/ip)}
|
||||
export SB_METRICS_URL=${SB_METRICS_URL:-https://metrics-prod.uproxy.org}
|
||||
|
||||
# Make sure we don't leave readable files behind.
|
||||
umask 0077
|
||||
|
||||
# The maximum number of files that can be opened by ss-server greatly
|
||||
# influence on performance, as described here:
|
||||
# https://shadowsocks.org/en/config/advanced.html
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue