I (like {appy Hamper) am on a proxied university LAN connection. We've got the "serverlist_source" variable set to a guy's personal website on university space. However, it's pretty finicky (only up half the time), and we're having a hard time getting the list while the site is up.
All his script does is generate an IP range, and Pball pings each IP to see if it's alive.
We want to be able to be independent of this remote serverlist. However, DPball doesn't have a proxy interface, so we can't connect to outside serverlists (and therefore we can't connect to outside games) because of the proxy server requiring authentication. We can, however, connect dorm to dorm, which is our primary goal here.
I want to be able to set the "serverlist_source" to a local file, not a remote one. That's the main issue.