Created
February 21, 2016 07:53
-
-
Save qoli/02be42cf07057a7d447d to your computer and use it in GitHub Desktop.
dnsmasq.custom.conf for PS4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Make Dnsmasq to work with ChinaDNS-C | |
# no-resolv | |
# server=127.0.0.1#5353 | |
resolv-file=/etc/resolv.dnsmasq.conf | |
#PS4 | |
server=/cdn.deadorbit.net/8.8.8.8 | |
# address=/cdn.deadorbit.net/72.246.103.26 | |
address=/zeus.dl.playstation.net/120.52.20.80 | |
address=/poseidon.dl.playstation.net/120.52.20.80 | |
address=/gs2.ww.prod.dl.playstation.net/120.52.20.80 | |
address=/gs.ww.prod.dl.playstation.net/120.52.20.80 | |
address=/ares.dl.playstation.net/120.52.20.80 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment