Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
t0nic authored Sep 16, 2018
1 parent be4591b commit 3b5082c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# {Name}

# KillSwitch
<!-- Replace this badge with your own-->
[![Build status](https://ci.appveyor.com/api/projects/status/hv6uyc059rqbc6fj?svg=true)](https://ci.appveyor.com/project/madskristensen/extensibilitytools)

Expand All @@ -11,26 +10,27 @@ or get the [CI build](http://vsixgallery.com/extension/{ID}/).

{Description}

See the [change log](CHANGELOG.md) for changes and road map.

## Features
VPN Kill switch which used a listener to detech a change

- Feature 1
- Feature 2
- Sub feature
See the [change log](CHANGELOG.md) for changes and road map.

### Feature 1
Describe feature 1. Add screenshots/code samples etc.
## How To Use

### Feature 2
Describe feature 2. Add screenshots/code samples etc.
- download the source and compile, or go to releases and download the precompiled binary
- turn on your vpn
- run KillSwitch
- select the interface that your vpn runs on
- surf with easy

## How it works
Once your vpn is connect, and you have selected the proper interface, KillSwitch will begin listening for a change of connection on that interface, and once it does, it will quickly check if your vpn is down, and if it is, KillSwitch will use ipconfig to disable outgoing traffic to stop yourself from leaking your IP.

#### Sub feature
Describe sub feature. Add screenshots/code samples etc.
## Why?
This is for the people who use a VPN that does not come with a premade kill switch.


## Contribute
Check out the [contribution guidelines](CONTRIBUTING.md)
if you want to contribute to this project.
do et

For cloning and building this project yourself, make sure
to install the
Expand All @@ -39,4 +39,4 @@ extension for Visual Studio which enables some features
used by this project.

## License
[Apache 2.0](LICENSE)
[Apache 2.0](LICENSE)

0 comments on commit 3b5082c

Please sign in to comment.