1

stunnelに特定のアウトバウンドIPアドレスを指定する方法はありますか?現在は常にサーバーのメインIPを使用していますが、特定のアウトバウンドIPアドレスを使用したいと思います。

4

1 に答える 1

1

私は実際にこれについて自分自身の答えを見つけました-「ローカル」ディレクティブ。

local = host
    IP of the outgoing interface is used as source for remote connections.
    Use this option to bind a static local IP address, instead.
于 2011-12-17T11:19:24.003 に答える