Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanKuchin authored Jan 26, 2024
1 parent e30e254 commit 091d12b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,23 +49,23 @@ To generate DHCP config snippet for Cisco router configuration
phpipamsync get cisco-dhpc
```

Once snippet generated it can be copy/paste-ed to actual router configuration. There is no integration between phpipamsync and router.
Once snippet generated it can be copy/paste-ed to the actual router configuration. There is no integration between phpipamsync and router.

## Examples

### DNS resolution

```
e:\docs\src\go\phpipamsync>nslookup tesla.home
e:\docs\src\go\phpipamsync>nslookup fridge.home
...
Non-authoritative answer:
Name: tesla.home
Address: 192.168.168.49
Name: fridge.home
Address: 192.168.251.13
e:\docs\src\go\phpipamsync>nslookup 192.168.168.49
e:\docs\src\go\phpipamsync>nslookup 192.168.251.13
...
Name: tesla.home
Address: 192.168.168.49
Name: fridge.home
Address: 192.168.251.13
```

### Cisco IOS DHCP config
Expand Down

0 comments on commit 091d12b

Please sign in to comment.