Skip to content

Commit

Permalink
fix networking of socks proxy
Browse files Browse the repository at this point in the history
- only bind to ipv4 interface
- allow connections other than from localhost
  • Loading branch information
stijnopheide committed Mar 23, 2020
1 parent 62c29bb commit 658bde1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,8 @@ RUN rm -rf /tmp/download
RUN datomic || true

RUN mkdir -p /root/.ssh
COPY ssh-config /root/.ssh/config

EXPOSE 8182

ENTRYPOINT ["datomic"]
3 changes: 3 additions & 0 deletions ssh-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Host *
AddressFamily inet
GatewayPorts yes

0 comments on commit 658bde1

Please sign in to comment.