Skip to content

Commit

Permalink
chore: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krhougs committed Oct 25, 2022
1 parent 7d4b2f2 commit 22e4e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Docker Image CI

on:
push:
branches: [ "master", "ci" ]
branches: [ "master" ]

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ fn default_doh_server_dns_name() -> String {
}

fn default_pruntime_address() -> String {
"http://127.0.0.1:8080".to_string()
"http://127.0.0.1:8000".to_string()
}

fn default_forwarder_bind_addresses() -> Vec<String> {
Expand Down

0 comments on commit 22e4e1b

Please sign in to comment.