Skip to content

Commit

Permalink
Merge pull request #497 from nickbabcock/porkbun
Browse files Browse the repository at this point in the history
Update porkbun base url to new hostname
  • Loading branch information
nickbabcock authored Oct 13, 2024
2 parents c7094e7 + dd825d0 commit 1292e9c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fn dynu_base_url() -> String {
}

fn porkbun_base_url() -> String {
String::from("https://porkbun.com/api/json/v3")
String::from("https://api.porkbun.com/api/json/v3")
}

pub fn parse_config<P: AsRef<Path>>(path: P) -> Result<DnsConfig, ConfigError> {
Expand Down

0 comments on commit 1292e9c

Please sign in to comment.