Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmmc committed Sep 5, 2019
1 parent f15ada9 commit 359022e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,19 @@

[xip.lhjmmc.cn](https://xip.lhjmmc.cn)

## Require

- docker
- docker-compose
- acme.sh

## Useage

1. set a NX record to your domain (such as `xip.lhjmmc.cn`)

```
...
NX xip.lhjmmc.cn your_server_ip
NX xip.lhjmmc.cn your_server_domain
...
```

Expand All @@ -23,7 +29,7 @@ cd xip-dns-server
docker-compose up -d
```

check nsedit is success running [http://your_server_ip:5380](http://your_server_ip:5380)
check nsedit is success running [http://your_server_ip:5380](http://your_server_ip:5380) default user is admin/admin

add your zone in powerdns by nsedit or curl

Expand Down Expand Up @@ -86,7 +92,7 @@ server {
}
```

## Thands
## Thanks

[Mikroways/docker-powerdns](https://github.com/Mikroways/docker-powerdns)

Expand Down

0 comments on commit 359022e

Please sign in to comment.