diff --git a/server.py b/server.py index cc2e357..614abfa 100644 --- a/server.py +++ b/server.py @@ -125,6 +125,11 @@ def nostr(): # Main routes @app.route('/') def index(): + # Check if host if podcast.woodburn.au + if "podcast.woodburn.au" in request.host: + return render_template('podcast.html') + + global address global handshake_scripts try: