Here are some Surge modules created by me.
This module makes Tesla app access its services targeted in China mainland. Install it with this link.
Automatically flushes DNS records everyday. Install it with this link.
$httpAPI('POST', '/v1/dns/flush', {}, () => { | |
$done($notification.post('DNS Daily Sweeper', '', 'DNS records flushed')); | |
}); |
#!name=DNS Daily Sweeper | |
#!desc=Automatically flushes DNS records everyday. | |
[Script] | |
cron "0 5 * * *" script-path = https://gist.githubusercontent.com/janlay/8dc8e6ec18bffc6ec589812e02762d88/raw/dns-daily-sweeper.js |
#!name=Tesla China | |
#!desc=This module makes Tesla app access its services targeted in China mainland. | |
#!version=1.0 | |
[Host] | |
owner-api.vn.tesla.services = server:223.5.5.5 | |
*.tesla.com = server:223.5.5.5 |