Point URLs to repo.spotter.cz

This commit is contained in:
Disassembler 2019-05-15 10:24:02 +02:00
parent 2494c55493
commit d6f738c47e
No known key found for this signature in database
GPG Key ID: 524BD33A0EE29499
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@
"packages": {},
"repo": {
"pwd": "",
"url": "https://dl.dasm.cz/spotter-repo",
"url": "https://repo.spotter.cz/lxc",
"user": ""
}
}

View File

@ -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'