Skip to content

OVH نصب خیلی سریع در او وی اچ

Hiddify edited this page Mar 3, 2024 · 10 revisions

🇺🇸 English          

فیلم زیر را مشاهده کنید

OVH

حالا کد زیر را کپی کنید

#cloud-config
package_upgrade: true
packages:
  - apt-transport-https
  - ca-certificates
  - curl
  - wget
  - gnupg-agent
  - software-properties-common
  - git

runcmd:
  - cd /opt
  - bash -c "export CREATE_EASYSETUP_LINK='true';curl i.hiddify.com/release|bash"

final_message: "The system is finally up, after $UPTIME seconds"
output: { all: "| tee -a /root/cloud-init-output.log" }

# you can see the generated link from the website by using https://yourip.sslip.io/hiddify in one hour, after that, it will be disappear. 

یادتون نره حداقل 10 دقیقه صبر کنیدا

حالا باید دامنه را تنظیم کنیم. بر روی این لینک کلیک کنید تا نصب را نهایی کنید.

This wiki page is moved here. Please find latest updated articles there.

این ویکی به اینجا منتقل شده است. لطفا آخرین آپدیت‌ها و مقاله‌ها را آنجا دنبال کنید.

Clone this wiki locally