mirror of
https://github.com/OutlineFoundation/outline-server.git
synced 2026-08-04 14:37:34 +00:00
Remove unused file
This commit is contained in:
parent
e543439b2a
commit
5eda24d0b9
2 changed files with 0 additions and 9 deletions
|
|
@ -30,8 +30,6 @@ RUN apk add --no-cache lsof curl
|
|||
|
||||
COPY src/shadowbox/scripts scripts/
|
||||
COPY src/shadowbox/scripts/update_mmdb.sh /etc/periodic/weekly/update_mmdb
|
||||
# TODO: remove the ACL file, used to prevent access to localhost and LAN, when migrating to shadowsocks-go.
|
||||
COPY src/shadowbox/shadowbox.acl /root/shadowbox/shadowsocks.acl
|
||||
|
||||
RUN /etc/periodic/weekly/update_mmdb
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +0,0 @@
|
|||
[outbound_block_list]
|
||||
# Restrict access to localhost
|
||||
127.0.0.1
|
||||
::1
|
||||
# Restrict access to multicast
|
||||
224.0.0.0/4
|
||||
FF00::/8
|
||||
Loading…
Add table
Add a link
Reference in a new issue