nnrp.access
来自「早期freebsd实现」· ACCESS 代码 · 共 19 行
ACCESS
19 行
## $Revision: 1.4 $## nnrp.access - access file for on-campus NNTP sites## Format:## <host>:<perm>:<user>:<pass>:<groups>## Connecting host must be found in this file; the last match found is## used, so put defaults first.## <host> Wildcard name or IP address## <perm> R to read; P to post## <user> Username for authentication before posting## <pass> Password, for same reason## <groups> Newsgroup patterns that can be read or not read## To disable posting put a space in the <user> and <pass> fields, since## there is no way for client to enter one.#### Default is no access, no way to authentication, and no groups.*:: -no- : -no- :!*## Foo, Incorporated, hosts have no password, can read anything.*.foo.com:Read Post:::*
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?