Emule Server List Auto Update Official
: Check the box labeled "Auto-update server list at startup" .
#!/bin/sh TMP=/tmp/servers.met curl -sS -f -L https://example.org/server.met -o $TMP || exit 1 # optionally gpg --verify ... # parse and merge using Python script or existing tools emule server list auto update

