Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Обновление repo iplist #12

Open
Kagashini opened this issue Nov 8, 2024 · 1 comment
Open

Обновление repo iplist #12

Kagashini opened this issue Nov 8, 2024 · 1 comment

Comments

@Kagashini
Copy link

Kagashini commented Nov 8, 2024

Добрый день.
Будет ли реализовываться проверка обновлений ipllist? Или только два варианта?

  1. Удаляем и заново заводим через git clone.
  2. создаем git репозиторий и git pull обновляем.
    Перезапускаем docker.
@rekryt
Copy link
Owner

rekryt commented Nov 8, 2024

git reset --hard
git clean -f
git pull origin master
docker compose build && docker compose up -d && docker compose restart

Вообще была такая идея, чтобы можно было указывать ссылки на другие экземпляры сервиса. Т.е. чтобы сервисы могли обмениваться данными с друг дургом так, что если где-то появятся новые конфиги сайтов, новые domains\ip\cidr, чтобы это всё везде появлялось автоматически.

Так можно будет запустить хоть 5 сервисов и обновление будет происходить быстрее. Ведь у ripn ограничение в 1000 запросов ip-зон в сутки на один ip.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants