diff --git a/etc/vmmgr/config.default.json b/etc/vmmgr/config.default.json index d6bc176..fc14cdf 100644 --- a/etc/vmmgr/config.default.json +++ b/etc/vmmgr/config.default.json @@ -12,7 +12,7 @@ "packages": {}, "repo": { "pwd": "", - "url": "https://dl.dasm.cz/spotter-repo", + "url": "https://repo.spotter.cz/lxc", "user": "" } } diff --git a/usr/lib/python3.6/vmmgr/paths.py b/usr/lib/python3.6/vmmgr/paths.py index d89342a..f028326 100644 --- a/usr/lib/python3.6/vmmgr/paths.py +++ b/usr/lib/python3.6/vmmgr/paths.py @@ -31,6 +31,6 @@ WG_CONF_FILE = '/etc/wireguard/wg0.conf' WG_CONF_FILE_DISABLED = '/etc/wireguard/wg0.conf.disabled' # URLs -MYIP_URL = 'https://tools.dasm.cz/myip.php' -PING_URL = 'https://tools.dasm.cz/vm-ping.php' +MYIP_URL = 'https://repo.spotter.cz/tools/myip.php' +PING_URL = 'https://repo.spotter.cz/tools/vm-ping.php' RELOAD_URL = 'http://127.0.0.1:8080/reload-config'