OPENNDS not fire authentication page

I have opennds running on openwrt version 22.03.5, I hope a set all configuration according to the documentation but it is not firing the authentication page, could you please help ?
I can connect to the wireless name "captive", logread show it was authenticated but does not fire the page on my mobile.

IP ADDR
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc fq_codel state UNKNOWN qlen 1000
link/ether c8:d3:a3:67:b9:2e brd ff:ff:ff:ff:ff:ff
inet6 fe80::cad3:a3ff:fe67:b92e/64 scope link
valid_lft forever preferred_lft forever
6: br-lan: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether c8:d3:a3:67:b9:2e brd ff:ff:ff:ff:ff:ff
inet 192.168.1.1/24 brd 192.168.1.255 scope global br-lan
valid_lft forever preferred_lft forever
inet6 fdf4:9a66:4fba::1/60 scope global noprefixroute
valid_lft forever preferred_lft forever
inet6 fe80::cad3:a3ff:fe67:b92e/64 scope link
valid_lft forever preferred_lft forever
7: eth0.1@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether c8:d3:a3:67:b9:2e brd ff:ff:ff:ff:ff:ff
8: eth0.2@eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue state UP qlen 1000
link/ether c8:d3:a3:67:b9:2f brd ff:ff:ff:ff:ff:ff
inet6 fe80::cad3:a3ff:fe67:b92f/64 scope link
valid_lft forever preferred_lft forever
9: wlan0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc noqueue master br-lan state UP qlen 1000
link/ether c8:d3:a3:67:b9:30 brd ff:ff:ff:ff:ff:ff
inet6 fe80::cad3:a3ff:fe67:b930/64 scope link
valid_lft forever preferred_lft forever
19: wlan1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP qlen 1000
link/ether c8:d3:a3:67:b9:2e brd ff:ff:ff:ff:ff:ff
inet6 fe80::cad3:a3ff:fe67:b92e/64 scope link
valid_lft forever preferred_lft forever
20: wlan1-1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq master br-lan state UP qlen 1000
link/ether c8:d3:a3:67:b9:2f brd ff:ff:ff:ff:ff:ff
inet6 fe80::cad3:a3ff:fe67:b92f/64 scope link
valid_lft forever preferred_lft forever

NDSCTL STATUS

openNDS Status

Version: 10.1.3
Uptime: 48m 22s
Gateway Name: [ MyCaptivePortal Node:c8d3a367b92e ]
Debug Level: [ 3 ]
Gateway FQDN: [ status.client ]
Managed interface: br-lan
All Upstream gateway(s) are offline or not connected [ offline ]
MHD Server [ version 0.9.75 ] listening on: http://192.168.1.1:2050
Maximum Html Page size is [ 4096 ] Bytes
Preemptive Authentication is Disabled
Binauth Script: /usr/lib/opennds/binauth_log.sh
Preauth Script: /usr/lib/opennds/libopennds.sh
FAS: Secure Level 1, URL: http://status.client:2050/opennds_preauth/
Client Check Interval: 30s
Rate Check Window: 3 check intervals (90s)
Preauthenticated Client Idle Timeout: 15m
Authenticated Client Idle Timeout: 180m
Download rate limit threshold (default per client): no limit
Upload rate limit threshold (default per client): no limit
Download quota (default per client): no limit
Upload quota (default per client): no limit
Total download: 11247 kByte; average: 31.75 kbit/s
Total upload: 3514 kByte; average: 9.92 kbit/s

Client authentications since start: 0
Current clients: 0

Trusted MAC addresses: none
Walled Garden FQDNs: none
Walled Garden Ports: none

LOGREAD
allow%20udp%20port%2067 allow%20tcp%20port%2022 allow%20tcp%20port%20443"
Wed Nov 22 19:03:50 2023 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: safe_snprintf: [ 76 ]
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh get_list_from_config 'preauthenticated_users'
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: command output:
Wed Nov 22 19:03:51 2023 daemon.info opennds[18635]: list preauthenticated_users is [ ]
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh create_client_ruleset "preauthenticated_users" ""
Wed Nov 22 19:03:51 2023 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: safe_snprintf: [ 73 ]
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh get_list_from_config 'authenticated_users'
Wed Nov 22 19:03:51 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:52 2023 daemon.debug opennds[18635]: command output:
Wed Nov 22 19:03:52 2023 daemon.info opennds[18635]: list authenticated_users is [ allow%20all ]
Wed Nov 22 19:03:52 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh create_client_ruleset "authenticated_users" "allow%20all"
Wed Nov 22 19:03:52 2023 daemon.debug opennds[18635]: safe_snprintf: [ 36 ]
Wed Nov 22 19:03:52 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh clean
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150
Wed Nov 22 19:03:52 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: DNS service limited to local subnets
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using nameserver 8.8.8.8#53
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: read /etc/hosts - 5 addresses
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Nov 22 19:03:52 2023 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 0 addresses
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [/tmp]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 16 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh "pad_string" "left" "00000000" "30000"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [00030000]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Authentication mark: 0x00030000
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/dnsconfig.sh "revert"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Revert request sent
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: tmpfs mountpoint is [/tmp]
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: MHD version is 0.9.75
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh gatewayroute "br-lan"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [offline]
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Number of Upstream gateway(s) [ 1 ]
Wed Nov 22 19:03:53 2023 daemon.warn opennds[18635]: Upstream gateway(s) [ offline ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Online Status [ 0 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 70 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/dnsconfig.sh "hostconf" "192.168.1.1" "status.client"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Client status Page: Configured
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Enabling RFC8910 support
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 56 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/dnsconfig.sh "cpidconf" "status.client"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: RFC8910 support is enabled
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 46 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: restart command [ /usr/lib/opennds/dnsconfig.sh "restart_only" & ]
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Dnsmasq restarted
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh gatewayid "br-lan"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [c8d3a367b92e]
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Adding Serial Number suffix [c8d3a367b92e] to gatewayname
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: HTML Entity encoded string: MyCaptivePortal Node:c8d3a367b92e , length: 34
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: URL encoded string: MyCaptivePortal%20Node%3ac8d3a367b92e%20, length: 40
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Operating System Uptime: 13834 seconds
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: main: System Uptime is 13834 seconds
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Setting started_time
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: MHD Handle [2011816480]
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Created web server on 192.168.1.1:2050
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Maximum Html Page size is [ 4096 ] Bytes
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Socket access at /tmp/ndsctl.sock
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Login option is Enabled using mode 2.
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Preauth is Enabled - Overriding FAS configuration.
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Preauth Script is /usr/lib/opennds/libopennds.sh
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: fas_secure_enabled is set to level 1
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: fasremoteip - 192.168.1.1 - is a valid IPv4 address...
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: printf 'test' | sha256sum
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: command output: [9f86d081884c7d659a2feaa0c55ad015a3bf4f1b2b0b822cd15d6c15b0f00a08 - ]
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: sha256sum provider is available
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 42 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: fasurl (fqdn) is http://status.client:2050/opennds_preauth/
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: SIGCHLD handler: Process PID 21190 exited due to signal 15
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: FAS FQDN is: status.client
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Forwarding Authentication is Enabled.
Wed Nov 22 19:03:53 2023 daemon.notice opennds[18635]: Binauth is Enabled.
Wed Nov 22 19:03:53 2023 daemon.info opennds[18635]: Binauth Script is /usr/lib/opennds/binauth_log.sh
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: safe_snprintf: [ 47 ]
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh "debuglevel" "3"
Wed Nov 22 19:03:53 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:54 2023 daemon.info dnsmasq[1]: exiting on receipt of SIGTERM
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: command output: [3]
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: debuglevel [3] signaled to externals - [3] acknowledged
Wed Nov 22 19:03:54 2023 daemon.notice opennds[18635]: Externals flagged with debuglevel 3.
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh write ndsinfo '/tmp' 'tmpfsmountpoint="/tmp"'
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh write ndsinfo '/tmp' 'gatewaynamehtml="MyCaptivePortal Node:c8d3a367b92e "'
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh write ndsinfo '/tmp' 'gatewayaddress="192.168.1.1"'
Wed Nov 22 19:03:54 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh write ndsinfo '/tmp' 'gatewayfqdn="status.client"'
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh write ndsinfo '/tmp' 'version=10.1.3'
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: command output: [done]
Wed Nov 22 19:03:55 2023 daemon.notice opennds[18635]: openNDS is now running.
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Starting ndsctl thread
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Socket name: /tmp/ndsctl.sock
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Binding socket [/tmp/ndsctl.sock] Socket descriptor [4]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: safe_snprintf: [ 58 ]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Attempting to get mac of interface: br-lan
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh "gatewaymac" "br-lan" "c8d3a367b92e"
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Entering ndsctl thread loop
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:55 2023 user.notice dnsmasq: found already running DHCP-server on interface 'br-lan' refusing to start, use 'option force 1' to override
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: command output: [c8d3a367b92e]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Watchdog: Gateway Interface [br-lan], mac [c8d3a367b92e]
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh mhdcheck "192.168.1.1:2050"
Wed Nov 22 19:03:55 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: started, version 2.86 cachesize 150
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: DNS service limited to local subnets
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: compile time options: IPv6 GNU-getopt no-DBus UBus no-i18n no-IDN DHCP no-DHCPv6 no-Lua TFTP no-conntrack no-ipset no-auth no-cryptohash no-DNSSEC no-ID loop-detect inotify dumpfile
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: UBus support enabled: connected to system bus
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: reading /tmp/resolv.conf.d/resolv.conf.auto
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using nameserver 8.8.8.8#53
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for test
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for onion
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for localhost
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for local
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for invalid
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for bind
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: using only locally-known addresses for lan
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: read /etc/hosts - 5 addresses
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: read /tmp/hosts/dhcp.cfg01411c - 0 addresses
Wed Nov 22 19:03:57 2023 daemon.info dnsmasq[1]: read /tmp/hosts/odhcpd - 0 addresses
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: client access: GET /mhdstatus
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: MHD Status Request - /mhdstatus
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: command output: [1]
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: MHD Test Result: 1
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: Starting Refresh Client List
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh gatewayroute "br-lan"
Wed Nov 22 19:03:57 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: command output: [offline]
Wed Nov 22 19:03:58 2023 daemon.warn opennds[18635]: Upstream gateway(s) [ offline ]
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Online Status [ 0 ]
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: SIGCHLD handler: Process PID 21620 exited normally, status 0
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Rate Check Window is set to 3 period(s) of checkinterval
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Locking client list
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Client list locked
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Unlocking client list
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Client list unlocked
Wed Nov 22 19:03:58 2023 daemon.debug opennds[18635]: Client List Refresh is Done
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Entering thread_ndsctl_handler....
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Read bytes and stuff from socket descriptor [5], pointer [2011811904]
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: ndsctl request received: [status]
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Operating System Uptime: 13839 seconds
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Uncorrected Uptime: 6 seconds
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Executing command: /usr/lib/opennds/libopennds.sh gatewayroute "br-lan"
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Reading command output
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: command output: [offline]
Wed Nov 22 19:03:59 2023 daemon.notice opennds[18635]: Number of Upstream gateway(s) [ 1 ]
Wed Nov 22 19:03:59 2023 daemon.warn opennds[18635]: Upstream gateway(s) [ offline ]
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Online Status [ 0 ]
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: SIGCHLD handler: Process PID 21703 exited normally, status 0
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Total incoming traffic [17] packets, [2080] bytes
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: SIGCHLD handler: Process PID 21706 exited normally, status 0
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Total outgoing traffic [41] packets, [4142] bytes
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Locking client list
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Client list locked
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Unlocking client list
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Client list unlocked
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: ndsctl request processed: [status]
Wed Nov 22 19:03:59 2023 daemon.debug opennds[18635]: Exiting thread_ndsctl_handler....
thanks in advance,

Make sure you "sandwich" your text between two rows of backtick characters ` (which themselves will be invisible in the preview) looking in something like this in the editor:
```
Your Pasted Text as preformatted text with fixed width font
1
1111 (note with fixed-width fonts the numbers are right-aligned)
```
but looking like this in the rendered forum:

Your Pasted Text as preformatted text with fixed width font
   1
1111 (note with fixed-width fonts the numbers are right-aligned)
1 Like

thanks, when I wrote the message all text has same font and size, dont know why was changed when I sent it