mirror of https://github.com/Justuser3310/jetwork/
Simple p2p network. Простая p2p сеть. ТГ: https://t.me/justuser31
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
none
e39245b727
|
9 months ago | |
---|---|---|
LICENSE | 9 months ago | |
README.md | 9 months ago | |
db.py | 9 months ago | |
domain_check.py | 9 months ago | |
main.py | 9 months ago | |
network.py | 9 months ago | |
port_open.py | 9 months ago | |
requirements.txt | 9 months ago | |
setup.py | 9 months ago | |
site_creator.py | 9 months ago | |
verify.py | 9 months ago |
README.md
Документация
Читайте "начало работы", если хотите, чтобы последующие действия работали.
Содержание
- Начало работы
- Открытие любых портов
- Публикация статичного сайта
- Публикация динамичного сайта
Начало работы
Linux
- Установить python:
sudo apt install python3
- Установить git:
sudo apt install git
- Установить tar:
sudo apt install tar
- Клонировать репозиторий:
git clone https://github.com/Justuser3310/jetwork.git
- Запустить setup.py:
cd jetwork && python setup.py
Windows
- Установить python: https://www.python.org/downloads/release/python-3122/ (Windows installer)
- Установить git: https://git-scm.com/download/win (Windows setup)
- Клонировать репозиторий:
git clone https://github.com/Justuser3310/jetwork.git
- Запустить setup.py:
cd jetwork && python setup.py
Открытие любых портов
Открыть порт 25565:
python3 port_open.py 25565