You may have heard that there will be a censoring mechanism for the Internet. This will be realized by censoring certain domains on the DNS servers. So if you try to look up 'howtobuildabomb.terror' the DNS server won't return an IP address but a warning (like
the STOPP sign on couchsofa, which is a spoof, in fact). But since the government can only censor German DNS servers a address could still be looked up at a different server.
On GNU/Linux you can do that by the following command:
dig [type] [domain] @[server]
[type] will be the DNS record you want to read: A, PTR, SOA, NS or AXFR.
[domain] is the domain name to look up, for example 'Google.com' or 'howtobuildabomb.terror'.
[server] specifies a DNS server. If your local DNS servers are cencored you could use open DNS server. For example 4.2.2.2 or one from the lists you can find on google or at the CCC:
- 85.214.73.63 (anonymisierungsdienst.foebud.org)
- 204.152.184.76 (f.6to4-servers.net, ISC, USA)
- 2001:4f8:0:2::14 (f.6to4-servers.net, IPv6, ISC)
- 194.150.168.168 (dns.as250.net; anycast DNS!)
- 213.73.91.35 (dnscache.berlin.ccc.de)
- 80.237.196.2
- 194.95.202.198
The open DNS servers will resolve the domains and return the IP addresses. Now you can enter the IP in your browser:
http://xxx.xxx.xxx.xxx
This has nothing to do with hacking or doing something illegal. It is just the way you can use the system!