Skip to content
4 changes: 2 additions & 2 deletions .github/workflows/Create-NewReleases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
# 1--- Check out master so we tag the exact merge commit
- name: Checkout source code
uses: actions/checkout@v5.0.1
uses: actions/checkout@v6.0.1
with:
fetch-depth: 0
ref: 'master'
Expand Down Expand Up @@ -97,7 +97,7 @@ jobs:

# 7--- Publish a GitHub Release with auto-generated notes
- name: Create Release with Automated Release Notes
uses: softprops/action-gh-release@v2.4.2
uses: softprops/action-gh-release@v2.5.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: ${{ steps.nextver.outputs.tag }}
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The reason is that, unlike the built-in NVRAM key-value pairs, the format of the

So if you have created such custom files, you basically have 3 choices to transfer your current IP address assignments to YazDHCP:

a) Manually transfer the IP address assignments back into **NVRAM** by inputting them into the corresponding WebUI page for each Guest Network profile. Once this is completed, you can use the SSH CLI 'x' menu option to trigger the export process.
a) Manually transfer the IP address assignments back into **NVRAM** by inputting them into the corresponding WebUI page for each Guest Network profile. Once this is completed, you can use the SSH CLI '**x**' menu option to trigger the export process.

b) Manually transfer the IP address assignments directly into the YazDHCP internal CSV-formatted client list (/jffs/addons/YazDHCP.d/DHCP_clients) by following the required format shown below:

Expand Down Expand Up @@ -132,14 +132,14 @@ Then manually add your IP address reservations to the CSV file. After you have f

Also, it's very important to make sure you ***remove*** all IP address reservations from your custom files that have been transferred to YazDHCP to prevent dnsmasq from getting duplicate entries/directives, which is bound to cause some issues when restarting the dnsmasq process.

Equally important, make sure to click on the "Apply" button from the YazDHCP webpage whenever any changes occurred, including but not limited to:
Equally important, make sure to click on the "**Apply**" button from the YazDHCP webpage whenever any changes are made, including but not limited to:

- Any Guest Network is enabled or disabled, regardless of the subnet range being separate/different from the Main LAN.
- Any DHCP IP address assignment is manually added, modified, or removed from the list.
- Any CSV file containing IP address assignments is imported, even if the list has not changed.
- Any time a DHCP IP address assignment appears to be ignored or not honored by dnsmasq.

This is to make all changes are synchronized with and reflected on YazDHCP internal files, and dnsmasq is restarted.
This is to make sure all changes are synchronized with and reflected on YazDHCP internal files, and dnsmasq is restarted.


## "DHCP Lease" time values
Expand Down