iptables -t nat -A PREROUTING -p tcp --dport 8080 -j DNAT --to 127.0.0.1:8080
若要用 iptables 把 traffic 導到 localhost,需要比較新的 Kernel >= 3.6 才可以做到
需要設此參數為 1
sysctl -w net.ipv4.conf.all.route_localnet=1
方法1 Playwright npm install -g playwright npx playwright install-deps npx playwright install chromium npx playwright screenshot --full-page -...
沒有留言:
張貼留言