Skip to content

Commit

Permalink
fix: update bind ip and port
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed May 10, 2024
1 parent 58cc537 commit 2630cb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
provider: rfc2136
env:
- name: EXTERNAL_DNS_RFC2136_HOST
value: "192.168.1.103"
value: "192.168.1.123"
- name: EXTERNAL_DNS_RFC2136_PORT
value: "53"
- name: EXTERNAL_DNS_RFC2136_ZONE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
provider: rfc2136
env:
- name: EXTERNAL_DNS_RFC2136_HOST
value: "192.168.1.103"
value: "192.168.1.123"
- name: EXTERNAL_DNS_RFC2136_PORT
value: "53"
- name: EXTERNAL_DNS_RFC2136_ZONE
Expand Down

0 comments on commit 2630cb1

Please sign in to comment.