mirror of
https://codeberg.org/slatian/service.echoip-slatecave.git
synced 2025-07-18 06:53:27 +02:00
Added a button for Switching IP-Protocol in case someone has configured the addresses
This commit is contained in:
@ -12,6 +12,11 @@ stylesheet = "/style.css"
|
||||
# favicon_mimetype = "image/png"
|
||||
# favicon_mimetype = "image/jpeg"
|
||||
|
||||
# Urls to look up v4 and v6 addresses explicitly
|
||||
# If you have not configured them, comment them out, the button will stay hidden
|
||||
v4_url="http://v4.localhost:3000/"
|
||||
v6_url="http://v6.localhost:3000/"
|
||||
|
||||
[404]
|
||||
# configure the 404 page, this is available for other pages too!
|
||||
title = "Nothing here"
|
||||
|
Reference in New Issue
Block a user