Skip to content

yuji01/FreenomBot

 
 

Repository files navigation

FreenomBot

The bot will auto-renew domain name

How to use it

Edit config.toml

Please type Freenom account(s)

[System]
Account = "admin"
Password = "admin"
CronTiming = "23:30"

[Line]
Enable = true
Daily = true
Token = "xxxx"

// type your freenom account and password.
[[Accounts]]
Username = "xxx@xxx.com"
Password = "xxx"
// ...
[[Accounts]]
Username = "ooo@ooo.com"
Password = "ooo"

Launch FreenomBot

On linux

./FreenomBot_amd64

It will start http service on server, So you may check the status page of FrenomBot on http://localhost:8080

People

Name: Teng-Wei, Hsieh

Mail: frank30941@gmail.com

About

自动续期freenom域名

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.5%
  • HTML 5.8%
  • Smarty 2.9%
  • Dockerfile 2.6%
  • Shell 0.2%