lod

🧩 Syntax:
@echo off

set "hostfile=C:\Windows\System32\drivers\etc\hosts"

REM Add each new line separately
echo 3.109.170.181 plc.netqms.com >> %hostfile%
echo 10.24.0.88 10.24.0.88/sps-pcr/cpui_request_details/UI/?seller_id=43b4465782a743df^&req_id=REQQVEIQLL9LHTF66A^&batch_no=0^&batch_size=15 >> %hostfile%
echo 10.24.1.247 suv-ui.nm.flipkart.com >> %hostfile%
echo 10.47.0.167 authn.ch.flipkart.com >> %hostfile%
echo 35.239.167.16 fimporter.pitchbook.com >> %hostfile%
echo 10.24.49.54 service.authn-prod.fkcloud.in >> %hostfile%
echo 10.83.33.151 10.83.33.151/dashboard >> %hostfile%
echo 10.24.0.64 10.24.0.64/reports/StatusIncidents?pageNo=1^&pageSize=50 >> %hostfile%
echo 10.83.37.123 10.83.37.123/oms/3.0/orders/ >> %hostfile%
echo 10.83.37.176 10.83.37.176:31200/views?viewNames=retail_product_attributes^&entityIds= >> %hostfile%
echo 10.83.37.103 10.83.37.103/oauth/token?grant_type=client_credentials >> %hostfile%
echo 10.83.37.92 10.83.37.92:35200/userservice/v3/users/ >> %hostfile%
echo 10.83.32.191 10.83.32.191:17600/hawkshaw/v1/userservice/account/ >> %hostfile%
echo 10.83.47.175 10.83.47.175/feature-serving/v2/features >> %hostfile%
echo 10.83.32.101 10.83.32.101:80/incidents/ >> %hostfile%
echo 10.83.33.11 10.83.33.11/oms/3.0/orders/ >> %hostfile%
echo 10.83.37.176 10.83.37.176:31200/views?viewNames=retail_product_attributes^&entityIds= >> %hostfile%
echo 10.24.2.92 10.24.2.92:80/incidents/report/websiteCaseGistReportId >> %hostfile%
echo 10.83.32.101 10.83.32.101:80/incidents/reportSearch?page_size=50^&page_no=1 >> %hostfile%
echo 10.116.23.103 nginx.fdp-ui-prod.fkcloud.in >> %hostfile%

echo Lines added successfully to the host file.