Skip to content

Commit

Permalink
Rebranding updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Goten Xiao committed May 31, 2019
1 parent 75fe612 commit 1270264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
MAINTAINER SteamCache.Net Team <team@steamcache.net>
MAINTAINER LanCache.Net Team <team@lancache.net>

ENV UPSTREAM_DNS 8.8.8.8 8.8.4.4

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ The solution is to run SNI Proxy on all IP addresses on the LAN Cache server. Th
Run the proxy container using the following to allow TCP port 443 (HTTPS) through the host machine:

```
docker run --name sniproxy -p 443:443 steamcache/sniproxy:latest
docker run --name sniproxy -p 443:443 lancachenet/sniproxy:latest
```

## Changing Upstream DNS
Expand Down

0 comments on commit 1270264

Please sign in to comment.