Skip to content

Commit ecece6b

Browse files
authored
Update README.md
1 parent b253b42 commit ecece6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,11 @@ It sets up TCP sockets on ports 80(http), 443(https), 25(smtp) to listen for inc
55
You can configure everything in`tcpbin.py`. See the "Additional Configuration" section below.
66

77
## Try it online
8-
There's a public instance available at [tcpb.in](https://tcpb.in:8000). Logs are cleared regularly to prevent abuse, but feel free to use it to quickly share files with your friends, like [transfer.sh](https://transfer.sh) or [mixtape.moe](https://mixtape.moe). Just keep in mind anyone will be able to view your files. If you'd like a private instance, you can self-host this and set a password on it (see below for instructions). At [tcpb.in:9999](http://tcpb.in:9999) there is also a [service which echoes your IP address](https://gist.github.com/ecx86/f569dd449ce7919db96523f2c18cd82f). At [tcpb.in:5000](https://tcpb.in:5000) there is a [webapp which can parse your dumped emails](https://github.com/ecx86/email-parser).
8+
There's a public instance available at [tcpb.in](https://tcpb.in:8000). Logs are cleared regularly to prevent abuse, but feel free to use it to quickly share files with your friends, like [transfer.sh](https://transfer.sh) or [mixtape.moe](https://mixtape.moe). Just keep in mind anyone will be able to view your files. If you'd like a private instance, you can self-host this and set a password on it (see below for instructions). At [tcpb.in:9999](http://tcpb.in:9999) there is also a [service which echoes your IP address](https://gist.github.com/rcx/f569dd449ce7919db96523f2c18cd82f). At [tcpb.in:5000](https://tcpb.in:5000) there is a [webapp which can parse your dumped emails](https://github.com/rcx/email-parser).
99

1010
## Quick start
1111
```
12-
git clone https://github.com/ecx86/tcpbin.git
12+
git clone https://github.com/rcx/tcpbin.git
1313
cd tcpbin
1414
ln -s /etc/example.com/cert.pem cert.pem
1515
ln -s /etc/example.com/privkey.pem privkey.pem
@@ -22,7 +22,7 @@ nohup python3 tcpbin.py > /var/log/tcpbin.log &
2222

2323
## Even quicker start
2424
```
25-
curl https://raw.githubusercontent.com/ecx86/tcpbin/master/tcpbin.py | python3
25+
curl https://raw.githubusercontent.com/rcx/tcpbin/master/tcpbin.py | python3
2626
```
2727

2828
## Python 2 vs Python 3

0 commit comments

Comments
 (0)