add some hosts entries

This commit is contained in:
Dmitriy Kholkin 2021-09-15 15:38:49 +03:00
parent 2d0fb28f32
commit b4bc079ee0

View File

@ -33,5 +33,15 @@ with config.deviceSpecific;
firewall.enable = false; firewall.enable = false;
usePredictableInterfaceNames = true; usePredictableInterfaceNames = true;
hostName = config.device; hostName = config.device;
extraHosts = ''
0.0.0.0 log-upload-os.mihoyo.com
0.0.0.0 overseauspider.yuanshen.com
0.0.0.0 prd-lender.cdp.internal.unity3d.com
0.0.0.0 thind-prd-knob.data.ie.unity3d.com
0.0.0.0 thind-gke-usc.prd.data.corp.unity3d.com
0.0.0.0 cdp.cloud.unity3d.com
0.0.0.0 remote-config-proxy-prd.uca.cloud.unity3d.com
'';
}; };
} }