Saiful Islam
Saiful Islam
Check If you have firewale enabled (if firewale is active, allow port 1080) , also sometime server providers blocks few common ports.
Please ensure that your Ubuntu firewall is configured to allow traffic on port 1080. If you're not using UFW (Uncomplicated Firewall), you can use the following iptables command to allow...
Also updated the bash code to check for UFW and IPTABLE.
test with `socks5h` `curl -x socks5h://username:password@proxy_server_ip:1080 https://ifconfig.me`
``` upstream abc { least_conn; server 10.10.10.11:80; server 10.10.10.12:80; server 10.10.10.13:80; server 10.10.10.14:80; } server { server_name www.abc.com abc.com; listen 443 ssl; http2 on; ssl_certificate /usr/local/openresty/nginx/conf/ssl/abc.com.crt; ssl_certificate_key /usr/local/openresty/nginx/conf/ssl/abc.com.key; ssl_session_timeout 1d;...
`border-radius` is not recognized by the purifier. Can't find any solution.
@mewebstudio can you update "ezyang/htmlpurifier": "^4.19" ? Many new supports added.