Skip to content
Snippets Groups Projects
Commit e4163ab5 authored by nkour's avatar nkour
Browse files

remove dead server

parent 068fcc6c
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ class Config:
'http_auth': [opt_str, 'ask'], # yes, no, ask
# proxy65 for FT
'file_transfer_proxies': [opt_str,
'proxy.jabber.org, proxy65.jabber.autocom.pl, proxy.jabber.cd.chalmers.se, proxy.netlab.cz, proxy65.jabber.ccc.de, proxy65.unstable.nl'],
'proxy.jabber.org, proxy65.jabber.autocom.pl, proxy.jabber.cd.chalmers.se, proxy.netlab.cz, proxy65.jabber.ccc.de'],
'msgwin-x-position': [opt_int, -1], # Default is to let the window manager decide
'msgwin-y-position': [opt_int, -1], # Default is to let the window manager decide
'msgwin-width': [opt_int, DEFAULT_WINDOW_WIDTH],
......@@ -396,7 +396,6 @@ class Config:
'proxy.jabber.cd.chalmers.se': ['129.16.79.37', '7777', 'proxy.jabber.cd.chalmers.se'],
'proxy.netlab.cz': ['82.119.241.3', '7777', 'proxy.netlab.cz'],
'proxy65.jabber.ccc.de': ['217.10.10.196', '7777', 'proxy65.jabber.ccc.de'],
'proxy65.unstable.nl': ['84.107.143.192', '7777', 'proxy65.unstable.nl'],
}
def foreach(self, cb, data = None):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment