Skip to content

Commit

Permalink
feat(config): move default providers to ipify.org
Browse files Browse the repository at this point in the history
  • Loading branch information
aerialls committed Jul 5, 2021
1 parent 4b2897a commit c5ee9db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/data.go
Expand Up @@ -46,13 +46,13 @@ type TelegramConfig struct {
var (
// DefaultIPv4Config is the default configuration for IPv4
DefaultIPv4Config = IPConfig{
URL: "https://api-ipv4.ip.sb/ip",
URL: "https://api.ipify.org",
Enabled: true,
}

// DefaultIPv6Config is the default configuration for IPv6
DefaultIPv6Config = IPConfig{
URL: "https://api-ipv6.ip.sb/ip",
URL: "https://api6.ipify.org",
Enabled: false,
}

Expand Down

0 comments on commit c5ee9db

Please sign in to comment.