Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created August 17, 2008 21:50
Show Gist options
  • Save ELLIOTTCABLE/5836 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/5836 to your computer and use it in GitHub Desktop.
defineServer(id = 'giganews',
hosts = [ 'news.giganews.com:443' ],
username = 'elliottcable',
password = '<snip>',
connections = 20,
antiIdle = 4.5 * 60, # 4 minutes, 30 seconds, 0 to disable
#bindTo = '204.31.33.7', # connect FROM this ip address
#enabled = False, # disable this server
#skipGroupCmd = False, # skip sending nntp GROUP commands
#fillserver = 0, # defaults to 0 (a main server).
# fillservers must have values > 0
# (priority)
ssl = True
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment