Hello brothers can some one help me sort out this issue on my x86 ,yahoo mail website seems to be sluggish and Aqua mail app gives me this error ONLY ON YAHOO MAIL this part was confusing for me as all other websites work fine.When i switch to mobile data or try at work wifi aquamail is perfectly fine So what is blocking these services at my home install of mikrotik
I have a very basic install pppoe wan,no firewall rules ,what could be the issue brethen..
> ip dhcp-server
add address-pool=dhcp_pool6 interface=lan lease-time=1d30m name=dhcp1
/ppp profile
set *0 change-tcp-mss=default
/system logging action
set 0 memory-lines=100
/certificate settings
set crl-download=yes crl-use=yes
/ip settings
set accept-redirects=yes accept-source-route=yes
/ipv6 settings
set accept-router-advertisements=yes
/interface detect-internet
set detect-interface-list=all internet-interface-list=all wan-interface-list=all
/ip address
add address=10.255.10.1/24 interface=lan network=10.255.10.0
/ip dhcp-server network
add address=10.255.10.0/24 dns-server=10.255.10.1 gateway=10.255.10.1 netmask=24
/ip dns
set allow-remote-requests=yes cache-size=40480KiB servers=\
213.42.20.20,195.229.241.222
/ip dns adlist
add ssl-verify=no url=\
https://cdn.jsdelivr.net/gh/hagezi/dns-blocklists@latest/domains/light.txt
/ip firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related hw-offload=yes
add action=accept chain=forward connection-state=established,related
/ip firewall nat
add action=masquerade chain=srcnat src-address=10.255.10.0/24
/ip service
set ftp disabled=yes
set ssh disabled=yes
set telnet disabled=yes
set www-ssl disabled=no
set api disabled=yes
set api-ssl disabled=yes
/ipv6 address
add from-pool=dhcp6 interface=lan
/ipv6 dhcp-client
add allow-reconfigure=yes interface=pppoe-out1 pool-name=dhcp6 request=prefix \
use-peer-dns=no
/ipv6 firewall filter
add action=fasttrack-connection chain=forward connection-state=\
established,related
add action=accept chain=forward connection-state=established,related
/ipv6 nd
set [ find default=yes ] disabled=yes
add advertise-dns=no interface=lan mtu=1492
/system clock
set time-zone-name=
/system package update
set channel=testing

issue resolved after i made reset and configured again thnks guys