LoginSignup
0
0

More than 3 years have passed since last update.

ポートフォワーダとしてのStreamRelay.jar

Last updated at Posted at 2017-05-24

java.exe -Djava.security.policy=StreamRelay.policy -jar StreamRelay.jar

StreamRelay.bat


ポートフォワーダとしてのStreamRelay.jar

「local」側が tcp/90 で待機して、「remote」側の192.0.2.1:80 へ転送

java.exe -Djava.security.policy=StreamRelay.policy -jar StreamRelay.jar -LocalPort 90 -RemoteHost 192.0.2.1 -RemotePort 80


目次へ戻る

目次というか最初の一歩

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