Skip to content

Commit

Permalink
domain change
Browse files Browse the repository at this point in the history
  • Loading branch information
princekhunt committed Mar 28, 2024
1 parent e4dbab5 commit 023ead9
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 11 deletions.
4 changes: 2 additions & 2 deletions PrivatePing/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
SECURE_SSL_REDIRECT = True
SECURE_PROXY_SSL_HEADER = ('HTTP_X_FORWARDED_PROTO', 'https')
DEBUG = False
ALLOWED_HOSTS = ['privateping.plutoweb.live', 'dev.privateping.plutoweb.live']
ALLOWED_HOSTS = ['privateping.bytespot.tech', 'dev.privateping.bytespot.tech']


SECURE_HSTS_SECONDS = 60
Expand Down Expand Up @@ -54,4 +54,4 @@

DISABLE_SERVER_SIDE_CURSORS = True

DOMAIN = "https://privateping.plutoweb.live"
DOMAIN = "https://privateping.bytespot.tech"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<h1>PrivatePing - A Secure Messaging Application</h1>
</div>

[![Website Status](https://img.shields.io/website?url=https%3A%2F%2Fprivateping.plutoweb.live)](https://privateping.plutoweb.live)
[![Website Status](https://img.shields.io/website?url=https%3A%2F%2Fprivateping.bytespot.tech)](https://privateping.bytespot.tech)
[![first-timers](https://img.shields.io/badge/first--timers--friendly-blue.svg?style=flat-square)](https://www.firsttimersonly.com/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

Expand Down
2 changes: 1 addition & 1 deletion registration/templates/registration/humans.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Developers: Prince Khunt [https://www.linkedin.com/in/princekhunt/], Viraj Bhing
Contributors: Prince Khunt, Viraj Bhingradiya, and You?

/* SITE */
- Website: https://privateping.plutoweb.live
- Website: https://privateping.bytespot.tech
- GitHub: https://github.com/princekhunt/privateping
- License: MIT License

Expand Down
8 changes: 1 addition & 7 deletions registration/templates/registration/robots.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,2 @@
User-agent: Google
Allow: /
User-agent: Bing
Allow: /
User-agent: DuckDuckGo
Allow: /
User-agent: *
Disallow: /
Disallow:

0 comments on commit 023ead9

Please sign in to comment.