Skip to content

Scripts for adding fanfiction.net IPs to a machine's hosts file

Notifications You must be signed in to change notification settings

AleytiaFairlight/FFworkaround

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

FanFicion.net Fix Scripts

The scripts in this repo will add the following line to your hosts file

104.18.18.242 www.fanfiction.net #FFIP DNS bypass 

Installation

Download the script for your OS

Manual Instructions

Windows

  1. Open your hosts file from the follwoing path
\Windows\System32\drivers\etc\hosts
  1. Edit the hosts file using any text editor you want. And add the following line
104.18.18.242 www.fanfiction.net #FFIP DNS bypass 
  1. Save your changes

MacOS

  1. Click on the Launchpad and open Terminal.

  2. We’ll be using the Nano Editor. To run it as an administrator, insert the statement below, and press Enter:

sudo nano /private/etc/hosts
  1. Type in your password. You’ll be directed to the hosts file.

  2. And add the following line to the hosts file.

104.18.18.242 www.fanfiction.net #FFIP DNS bypass 
  1. Save your changes using the Ctrl + O shortcut.

Linux

  1. Open a Terminal window.

  2. We’ll be using the Nano Editor. To run it as an administrator, insert the statement below, and press Enter:

sudo nano /etc/hosts
  1. Type in your password

  2. And add the following line to the hosts file.

104.18.18.242 www.fanfiction.net #FFIP DNS bypass 
  1. Press Control-X.

  2. When you are asked if you want to save your changes, enter y.

Please leave a star of you found this helpful.

About

Scripts for adding fanfiction.net IPs to a machine's hosts file

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published