Static gip::DEFAULT_TOML[][src]

pub static DEFAULT_TOML: &'static str = r#"
    [[providers]]
        name    = "inet-ip.info"
        ptype   = "IPv4"
        format  = "Plane"
        url     = "http://inet-ip.info/ip"
        key     = []

    [[providers]]
        name    = "ipify.org"
        ptype   = "IPv4"
        format  = "Plane"
        url     = "http://api.ipify.org"
        key     = []

    [[providers]]
        name    = "ipv6-test"
        ptype   = "IPv4"
        format  = "Plane"
        url     = "http://v4.ipv6-test.com/api/myip.php"
        key     = []

    [[providers]]
        name    = "ipv6-test"
        ptype   = "IPv6"
        format  = "Plane"
        url     = "http://v6.ipv6-test.com/api/myip.php"
        key     = []

    [[providers]]
        name    = "ident.me"
        ptype   = "IPv4"
        format  = "Plane"
        url     = "http://v4.ident.me/"
        key     = []

    [[providers]]
        name    = "ident.me"
        ptype   = "IPv6"
        format  = "Plane"
        url     = "http://v6.ident.me/"
        key     = []

    [[providers]]
        name    = "test-ipv6"
        ptype   = "IPv4"
        format  = "Json"
        url     = "http://ipv4.test-ipv6.com/ip/"
        key     = ["ip"]
        padding = "callback"

    [[providers]]
        name    = "test-ipv6"
        ptype   = "IPv6"
        format  = "Json"
        url     = "http://ipv6.test-ipv6.com/ip/"
        key     = ["ip"]
        padding = "callback"
"#

Built-in providers list