Skip to content

Commit a5655e1

Browse files
committed
Update README
* fix formatting * add note about testing against remote netbox
1 parent dbd6015 commit a5655e1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,18 @@ Then add it to Corefile:
7777
You can test the plugin functionallity with CoreDNS by adding the following to
7878
`go.mod` in the source code directory of coredns.
7979

80+
```
8081
replace github.com/oz123/coredns-netbox-plugin => <path-to-you-local-copy>/coredns-netbox-plugin
82+
```
83+
84+
Testing against a remote instance of netbox is possible with SSH port forwarding:
85+
86+
```
87+
Host YourHost
88+
Hostname 10.0.0.91
89+
ProxyJump YourJumpHost
90+
LocalForward 18443 192.168.1.128:8443
91+
```
8192

8293
## Credits
8394

0 commit comments

Comments
 (0)