Skip to content

Commit

Permalink
nss-setup: Add additional notes
Browse files Browse the repository at this point in the history
Signed-off-by: Sean Khan <[email protected]>
  • Loading branch information
qosmio committed Sep 25, 2024
1 parent 1d76112 commit c6567f5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions nss-setup/example/03-uci-defaults
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,8 @@ fi
# For Linksys MX4200/4300/5300 etc, only need to match the first 5 bytes
# of the MAC address to determine it's the same device.
# Replace 'xx:xx' with the one found on the bottom of your device.
# NOTE: '80:69:1a' is just one of the OUI for Linksys. Yours may be different.
# i.e. 'D8:EC:5E:xx:xx', or others. We just need the first 10 characters.
# Add a new `elif` block for each device if needed.
if [[ "${mac}" =~ "80:69:1a:xx:xx" ]]; then
suffix=2
Expand Down Expand Up @@ -156,6 +158,8 @@ config timeserver 'ntp'
option enable_server '1'
option interface 'lan'
$(${bridge_mode} && echo list server ''${router}'')
# The following NTP servers are NIST Internet Time Servers.
# Change them to suit your needs/regional location.
list server '129.6.15.28'
list server '129.6.15.29'
list server '129.6.15.30'
Expand Down

0 comments on commit c6567f5

Please sign in to comment.