diff --git a/dnsmasq.conf b/dnsmasq.conf new file mode 100644 index 0000000000000000000000000000000000000000..08b227388ba4161832bb762203884a5ae16b83ec --- /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 0000000000000000000000000000000000000000..535e8254e55816410e8aac0ff1596f5c4d7698e7 --- /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 0000000000000000000000000000000000000000..0763a03ea474be5836dff10a3d5a2689b970c96d --- /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 0000000000000000000000000000000000000000..fb3cc64c53604d3c5921fe21975223a3ed1512c4 --- /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