diff --git a/Dockerfile b/Dockerfile
index a073fdf..649c874 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
FROM debian:11
LABEL maintainer="ahwx@ahwx.org"
RUN apt-get -y update && apt-get -y install php php-fpm php-curl nginx nginx-common git
-RUN git clone https://github.com/Ahwxorg/pinternet /var/www/html/pinternet
-COPY nginx.conf /etc/nginx/sites-enabled/pinternet
+RUN git clone https://github.com/Ahwxorg/binternet /var/www/html/binternet
+COPY nginx.conf /etc/nginx/sites-enabled/binternet
EXPOSE 8009
CMD service php$(php -v | grep PHP | head -n1 | cut -d " " -f2 | cut -d "." -f1-2)-fpm start && /usr/sbin/nginx -g "daemon off;"
diff --git a/README.md b/README.md
index 4d040e0..59a5230 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-
Pinternet
+Binternet
> The main concept is that you don't want the random popups forcing you to log in, and you don't want a bunch of JS.
@@ -6,14 +6,14 @@
-[GitHub](https://github.com/Ahwxorg/pinternet) | [Codeberg](https://codeberg.org/ahwx/pinternet)
+[GitHub](https://github.com/Ahwxorg/Binternet) | [Codeberg](https://codeberg.org/ahwx/binternet)
Showcase:
-
-
+
+
@@ -30,7 +30,7 @@
| Clearnet | TOR | I2P | Country |
|-|-|-|-|
-| [pinternet.ahwx.org](https://pinternet.ahwx.org/) | no | no | 🇳🇱 NL (Official Instance) |
+| [binternet.ahwx.org](https://binternet.ahwx.org/) | no | no | 🇳🇱 NL (Official Instance) |
| [pinternet.revvy.de](https://pinternet.revvy.de/) | [yes!](http://pinternet.revvybrr6pvbx4n3j4475h4ghw4elqr4t5xo2vtd3gfpu2nrsnhh57id.onion/) | [yes!](http://revznkqdwy7nmlzql66x226g3qnapiooss3rg2uajbj4rypxjnba.b32.i2p/) | 🇨🇦 CA |
| [pinternet.bloatcat.tk](https://pinternet.bloatcat.tk/) | no | no | 🇮🇸 IS |
@@ -38,14 +38,14 @@
Legal notice
-Pinternet doesn't host any content. All content shown on any Pinternet instances is from Pinterestâ„¢. Pinterest is a registered trademark of Pinterest Inc. Pinternet is not affiliated with Pinterest Inc. Any issues with content shown on any Pinternet instances need to be reported to Pinterest, not the instance host's internet provider or domain provider.
+Binternet doesn't host any content. All content shown on any Binternet instances is from Pinterestâ„¢. Pinterest is a registered trademark of Pinterest Inc. Binternet is not affiliated with Pinterest Inc. Any issues with content shown on any Binternet instances need to be reported to Pinterest, not the instance host's internet provider or domain provider.
-Cloudflare is a registered trademark of Cloudflare, Inc. Pinternet is not affiliated with Cloudflare, Inc.
+Cloudflare is a registered trademark of Cloudflare, Inc. Binternet is not affiliated with Cloudflare, Inc.
Install
-This section has moved to [the wiki](https://github.com/Ahwxorg/pinternet/wiki/Installing).
+This section has moved to [the wiki](https://github.com/Ahwxorg/Binternet/wiki/Installing).
Credits:
diff --git a/docker-build.sh b/docker-build.sh
index 654c81c..49b5c43 100644
--- a/docker-build.sh
+++ b/docker-build.sh
@@ -1,5 +1,5 @@
echo Version?
read -r VERSION
-docker build -t pinternet:$VERSION . && docker tag pinternet:$VERSION ahwx/pinternet:$VERSION && docker push ahwx/pinternet:$VERSION
+docker build -t binternet:$VERSION . && docker tag binternet:$VERSION ahwx/binternet:$VERSION && docker push ahwx/binternet:$VERSION
-docker build -t pinternet:latest . && docker tag pinternet:latest ahwx/pinternet:latest && docker push ahwx/pinternet:latest
+docker build -t binternet:latest . && docker tag binternet:latest ahwx/binternet:latest && docker push ahwx/binternet:latest
diff --git a/docker-compose.example.yaml b/docker-compose.example.yaml
index ee4fce0..142e771 100644
--- a/docker-compose.example.yaml
+++ b/docker-compose.example.yaml
@@ -1,7 +1,7 @@
version: '3.3'
services:
- pinternet:
+ binternet:
ports:
- '8015:8009'
- container_name: pinternet
- image: 'pinternet:latest'
+ container_name: binternet
+ image: 'ahwx/binternet:latest'
diff --git a/index.php b/index.php
index 1746c95..31ba843 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
-Pinternet
+Binternet
diff --git a/misc/footer.php b/misc/footer.php
index 0ea6440..eb52044 100644
--- a/misc/footer.php
+++ b/misc/footer.php
@@ -2,13 +2,13 @@