From 156d101053794e090d116db0becbb53b51fad7b6 Mon Sep 17 00:00:00 2001 From: beyondgfw Date: Sat, 5 Aug 2017 17:52:54 +0000 Subject: [PATCH] Fix broken files. Fucking Windows... --- dnsmasq.conf | 17 +++++++++++++++++ hosts | 17 +++++++++++++++++ hosts.rsc | 19 +++++++++++++++++++ surge.conf | 19 +++++++++++++++++++ 4 files changed, 72 insertions(+) create mode 100644 dnsmasq.conf create mode 100644 hosts create mode 100644 hosts.rsc create mode 100644 surge.conf diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000..08b2273 --- /dev/null +++ b/dnsmasq.conf @@ -0,0 +1,17 @@ +# Copyright (c) 2014-2017, racaljk. +# https://github.com/racaljk/hosts +# Last updated: 2017-08-06 + +# This work is licensed under a CC BY-NC-SA 4.0 International License. +# https://creativecommons.org/licenses/by-nc-sa/4.0/ + +# Modified Hosts Start + +# Localhost (DO NOT REMOVE) Start +address=/localhost/127.0.0.1 +address=/localhost/::1 +address=/ip6-localhost/::1 +address=/ip6-loopback/::1 +# Localhost (DO NOT REMOVE) End + +# Modified Hosts End diff --git a/hosts b/hosts new file mode 100644 index 0000000..535e825 --- /dev/null +++ b/hosts @@ -0,0 +1,17 @@ +# Copyright (c) 2014-2017, racaljk. +# https://github.com/racaljk/hosts +# Last updated: 2017-08-06 + +# This work is licensed under a CC BY-NC-SA 4.0 International License. +# https://creativecommons.org/licenses/by-nc-sa/4.0/ + +# Modified Hosts Start + +# Localhost (DO NOT REMOVE) Start +127.0.0.1 localhost +::1 localhost +::1 ip6-localhost +::1 ip6-loopback +# Localhost (DO NOT REMOVE) End + +# Modified Hosts End diff --git a/hosts.rsc b/hosts.rsc new file mode 100644 index 0000000..0763a03 --- /dev/null +++ b/hosts.rsc @@ -0,0 +1,19 @@ +/ip dns static + +# Copyright (c) 2014-2017, racaljk. +# https://github.com/racaljk/hosts +# Last updated: 2017-08-06 + +# This work is licensed under a CC BY-NC-SA 4.0 International License. +# https://creativecommons.org/licenses/by-nc-sa/4.0/ + +# Modified Hosts Start + +# Localhost (DO NOT REMOVE) Start +add address=127.0.0.1 name=localhost +add address=::1 name=localhost +add address=::1 name=ip6-localhost +add address=::1 name=ip6-loopback +# Localhost (DO NOT REMOVE) End + +# Modified Hosts End diff --git a/surge.conf b/surge.conf new file mode 100644 index 0000000..fb3cc64 --- /dev/null +++ b/surge.conf @@ -0,0 +1,19 @@ +[Host] + +# Copyright (c) 2014-2017, racaljk. +# https://github.com/racaljk/hosts +# Last updated: 2017-08-06 + +# This work is licensed under a CC BY-NC-SA 4.0 International License. +# https://creativecommons.org/licenses/by-nc-sa/4.0/ + +# Modified Hosts Start + +# Localhost (DO NOT REMOVE) Start +localhost = 127.0.0.1 +localhost = ::1 +ip6-localhost = ::1 +ip6-loopback = ::1 +# Localhost (DO NOT REMOVE) End + +# Modified Hosts End -- GitLab