Skip to content

Commit 658bde1

Browse files
committed
fix networking of socks proxy
- only bind to ipv4 interface - allow connections other than from localhost
1 parent 62c29bb commit 658bde1

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,8 @@ RUN rm -rf /tmp/download
1515
RUN datomic || true
1616

1717
RUN mkdir -p /root/.ssh
18+
COPY ssh-config /root/.ssh/config
19+
20+
EXPOSE 8182
1821

1922
ENTRYPOINT ["datomic"]

ssh-config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Host *
2+
AddressFamily inet
3+
GatewayPorts yes

0 commit comments

Comments
 (0)