0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

Stoneでポートフォワード、TLS1.2対応版の場所

Last updated at Posted at 2020-09-13

参考

使い方

# 443 にアクセスしたら localhost:22 に接続する
docker run -it -d \
 --name stone \
 --hostname stone \
 --restart=always \
 -p 443:443 \
 int128/stone \
 localhost:22 443

sambaのポートフォワード

run.sh
docker run -it -d \
 --name stone-samba \
 --hostname stone \
 --restart=always \
 -p 445:445 \
 int128/stone \
 192.168.0.200:445 445

TLS 1.2対応版

ありがたい

image.png

VCRUNTIME140.dll が必要とのこと

image.png

image.png

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?