disabling cache; it's not really necessary.

This commit is contained in:
brent saner
2024-12-20 01:29:56 -05:00
parent c0af14d890
commit 3b4d712722
24 changed files with 941 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
package tunnelbroker
const (
wanIpUrl string = "https://c4.r00t2.io/ip"
wanIpUrl string = "https://c4.r00t2.io/"
// https://forums.he.net/index.php?topic=3153.0
// If no TID is provided, all tunnels are returned.
/*
@@ -19,5 +19,6 @@ const (
If left off, it defaults to client IP (as seen by the webserver).
*/
updateIpParam string = "myip"
noTunBody string = "No tunnels found"
// respons messages
tunRespNoTuns string = "No tunnels found"
)