Skip to content

Commit

Permalink
Add Los Angeles DoH Server
Browse files Browse the repository at this point in the history
  • Loading branch information
Showfom committed Jul 17, 2024
1 parent 6eaabb0 commit a0305ff
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 22 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
- host_id: REMOTE_HOST_HKG
- host_id: REMOTE_HOST_TLL
- host_id: REMOTE_HOST_SIN
- host_id: REMOTE_HOST_LAX
fail-fast: false
env:
REMOTE_HOST: ${{ secrets[matrix.host_id] }}
Expand Down
45 changes: 23 additions & 22 deletions src/pages/doh/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,28 +39,29 @@ https://185.222.222.222/dns-query

### Unicast PoPs

| Location | DoH URL | Hosting Provider |
| ----------------------- | ---------------------------------- | ------------------------------------------ |
| Düsseldorf, Germany | `https://de-dus.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Frankfurt, Germany | `https://de-fra.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Amsterdam, Netherlands | `https://nl-ams.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Amsterdam, Netherlands | `https://nl-ams2.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| London, United Kingdom | `https://uk-lon.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Tallinn, Estonia | `https://ee-tll.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Osaka, Japan | `https://jp-kix.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Tokyo, Japan | `https://jp-nrt.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Hong Kong, China | `https://hk-hkg.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Sydney, Australia | `https://au-syd.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Chicago, United States | `https://us-chi.doh.sb/dns-query` | [HostVenom](https://xt.om/hostvenom) |
| New York, United States | `https://us-nyc.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| San Jose, United States | `https://us-sjc.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Bengaluru, India | `https://in-blr.doh.sb/dns-query` | [DigitalOcean](https://xt.om/digitalocean) |
| Singapore | `https://sg-sin.doh.sb/dns-query` | [DigitalOcean](https://xt.om/digitalocean) |
| Singapore | `https://sg-sin2.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Seoul, South Korea | `https://kr-sel.doh.sb/dns-query` | [Amazon AWS](https://aws.amazon.com/) |
| Moscow, Russia | `https://ru-mow.doh.sb/dns-query` | [Servers.com](https://xt.om/serverscom) |
| Toronto, Canada | `https://ca-yyz.doh.sb/dns-query` | [Vultr](https://xt.om/vultr) |
| Berlin, Germany | `https://de-ber.doh.sb/dns-query` | [Misaka](https://misaka.io/) |
| Location | DoH URL | Hosting Provider |
| -------------------------- | ---------------------------------- | ------------------------------------------ |
| Düsseldorf, Germany | `https://de-dus.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Frankfurt, Germany | `https://de-fra.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Amsterdam, Netherlands | `https://nl-ams.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Amsterdam, Netherlands | `https://nl-ams2.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| London, United Kingdom | `https://uk-lon.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Tallinn, Estonia | `https://ee-tll.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Osaka, Japan | `https://jp-kix.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Tokyo, Japan | `https://jp-nrt.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Hong Kong, China | `https://hk-hkg.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Sydney, Australia | `https://au-syd.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Chicago, United States | `https://us-chi.doh.sb/dns-query` | [HostVenom](https://xt.om/hostvenom) |
| New York, United States | `https://us-nyc.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| San Jose, United States | `https://us-sjc.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Los Angeles, United States | `https://us-lax.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Bengaluru, India | `https://in-blr.doh.sb/dns-query` | [DigitalOcean](https://xt.om/digitalocean) |
| Singapore | `https://sg-sin.doh.sb/dns-query` | [DigitalOcean](https://xt.om/digitalocean) |
| Singapore | `https://sg-sin2.doh.sb/dns-query` | [xTom](https://xtom.com/) |
| Seoul, South Korea | `https://kr-sel.doh.sb/dns-query` | [Amazon AWS](https://aws.amazon.com/) |
| Moscow, Russia | `https://ru-mow.doh.sb/dns-query` | [Servers.com](https://xt.om/serverscom) |
| Toronto, Canada | `https://ca-yyz.doh.sb/dns-query` | [Vultr](https://xt.om/vultr) |
| Berlin, Germany | `https://de-ber.doh.sb/dns-query` | [Misaka](https://misaka.io/) |

## How to set DNS.SB DoH Server

Expand Down

0 comments on commit a0305ff

Please sign in to comment.