Created
August 17, 2008 21:50
-
-
Save ELLIOTTCABLE/5836 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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