- バックアップ一覧
- ソース を表示
- DJB/tcpserverのインストールと設定 は削除されています。
- 1 (2007-01-29 (月) 02:27:34)
- 2 (2007-08-27 (月) 05:47:36)
- 3 (2007-08-28 (火) 02:11:02)
tcpserver
アクセス制御ファイルの書き方
$ cat allow 200.100.200.100:allow 192.168.:allow :deny $ tcprules allow.cdb allow.cdb.tmp < allow
- allowは接続元を書いたリスト
- allow.cdbは
- allow.cdb.tmpは一時ファイルでallow.cdbが作成(更新)成功すると削除される。(←変な感じだ)
- アクセス制御ファイルを書き換えた後、tcpserverを再起動する必要はない。