Anas
Anas
This pull request replaces the current Markdown editor, pagedown, with editor.md, which offers more features. I've chosen to use a fork of the original editor.md repository (https://github.com/pandao/editor.md) that has the...
I have this Corefile ``` .:1953 { view ts { expr name() matches '\\..*\\.ts\\.net\\.$' } forward . 100.100.100.100:53 } .:1953 { forward . 9.9.9.9:53 } ``` I need specify a...
I'm using latest tailscale 1.66.4 on windows, openwrt, linux. on openwrt host ip 192.168.1.1 advertise subnet routes 192.168.1.0/24 client Windows connected to openwrt via LAN, if windows set to accept...
When using automation task in selenium, I can get all browser cookies with this python command: ```python all_cookie = driver.execute_cdp_cmd('Storage.getCookies',{}) ``` And this for set the cookie : ```python driver.execute_cdp_cmd('Network.enable',...
### Description When using curl with socks5 ``` curl router-openwrt.xxx.ts.net -v -I -x 127.0.0.1:1099 * Trying 127.0.0.1:1099... * Connected to 127.0.0.1 (127.0.0.1) port 1099 > HEAD http://router-openwrt.xxx.ts.net/ HTTP/1.1 > Host:...
I spent 2 days search how to run masscan with termux only with LTE network, because limitation of rmnet_data, I try to create dummy interface ethX, virtual eth pair to...