🔒 Closed Installing v2ray vmess + websocket + TLS using Cloudflare CDN setup

Status
Not open for further replies.
sa mga naka Vül†r, or any vps na may restricted firewall, open port 443 via iptables/firewall-cmd command

iptables:
iptables -A INPUT -s 0.0.0.0 -p tcp --dport 443 -j ACCEPT

firewall-cmd/firewalld:
firewall-cmd --quiet --zone=public --permanent --add-port=443/tcp

extra command, kill port 80 and 443(need lsof):
for PORT in "80" "443"; do { [ ! -z "$(lsof -ti:${PORT} -s tcp:listen)" ] && kill $(lsof -ti:${PORT}); }; done
 
sa mga naka Vül†r, or any vps na may restricted firewall, open port 443 via iptables/firewall-cmd command

iptables:
iptables -A INPUT -s 0.0.0.0 -p tcp --dport 443 -j ACCEPT

firewall-cmd/firewalld:
firewall-cmd --quiet --zone=public --permanent --add-port=443/tcp

extra command, kill port 80 and 443(need lsof):
for PORT in "80" "443"; do { [ ! -z "$(lsof -ti:${PORT} -s tcp:listen)" ] && kill $(lsof -ti:${PORT}); }; done[/icod [/QUOTE]

sa mga naka Vül†r, or any vps na may restricted firewall, open port 443 via iptables/firewall-cmd command

iptables:
iptables -A INPUT -s 0.0.0.0 -p tcp --dport 443 -j ACCEPT

firewall-cmd/firewalld:
firewall-cmd --quiet --zone=public --permanent --add-port=443/tcp

extra command, kill port 80 and 443(need lsof):
for PORT in "80" "443"; do { [ ! -z "$(lsof -ti:${PORT} -s tcp:listen)" ] && kill $(lsof -ti:${PORT}); }; done
pano naman kong naka android ka paps
 
Status
Not open for further replies.

About this Thread

  • 942
    Replies
  • 54K
    Views
  • 142
    Participants
Last reply from:
Broofi

Trending Topics

Online now

Members online
1,157
Guests online
1,266
Total visitors
2,423

Forum statistics

Threads
2,272,481
Posts
28,942,986
Members
1,237,218
Latest member
pameegtz
Back
Top