[packages] add leafnode nntp proxy (#4889)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@15170 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
2
net/leafnode/files/news
Normal file
2
net/leafnode/files/news
Normal file
@ -0,0 +1,2 @@
|
||||
45 * * * * fetchnews
|
||||
15 3 * * * texpire
|
10
net/leafnode/files/nntp
Normal file
10
net/leafnode/files/nntp
Normal file
@ -0,0 +1,10 @@
|
||||
service nntp
|
||||
{
|
||||
disable = no
|
||||
flags = REUSE
|
||||
socket_type = stream
|
||||
wait = no
|
||||
user = news
|
||||
server = /usr/sbin/leafnode
|
||||
log_on_failure += USERID
|
||||
}
|
Reference in New Issue
Block a user