update things

master
GouveaHeitor 2019-11-27 12:09:29 -03:00
parent 335493368e
commit e154ad734c
20 changed files with 27 additions and 31 deletions

View File

@ -19,5 +19,4 @@ DNSPort 9061
DNSListenAddress 127.0.0.1
# VirtualAddrNetwork 10.66.0.0/255.255.0.0
# AutomapHostsOnResolve 1
# AutomapHostsOnResolve 1

View File

@ -19,4 +19,4 @@ DNSPort 9061
DNSListenAddress 127.0.0.1
VirtualAddrNetwork 10.66.0.0/255.255.0.0
AutomapHostsOnResolve 1
AutomapHostsOnResolve 1

View File

@ -19,4 +19,4 @@ DNSPort 9061
DNSListenAddress 127.0.0.1
VirtualAddrNetwork 10.66.0.0/255.255.0.0
AutomapHostsOnResolve 1
AutomapHostsOnResolve 1

View File

@ -19,4 +19,4 @@ DNSPort 9061
DNSListenAddress 127.0.0.1
VirtualAddrNetwork 10.66.0.0/255.255.0.0
AutomapHostsOnResolve 1
AutomapHostsOnResolve 1

View File

@ -43,4 +43,4 @@ Project maintainers who do not follow or enforce the Code of Conduct in good fai
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4, available at [http://contributor-covenant.org/version/1/4][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/4/
[version]: http://contributor-covenant.org/version/1/4/

View File

@ -7,4 +7,4 @@ By opening a pull request in this repository, you agree to provide your work und
## Great Re-Writings
Open a discussion issue before you begin. So we can listen to what you have to say, and we can provide a referral if it will be worth changing big parts of the project.
Open a discussion issue before you begin. So we can listen to what you have to say, and we can provide a referral if it will be worth changing big parts of the project.

View File

@ -17,6 +17,4 @@
### Your Environment
- OS: {Please write here}
- nipe version: {Please write here}
- nipe version: {Please write here}

View File

@ -14,4 +14,4 @@ A clear and concise description of what you want to happen.
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
Add any other context or screenshots about the feature request here.

View File

@ -13,5 +13,4 @@
### Additional Comments (if any)
{Please write here}
{Please write here}

View File

@ -15,4 +15,4 @@ jobs:
sudo cpan install Switch JSON LWP::UserAgent Config::Simple
sudo cp .configs/debian-torrc /etc/tor/torrc
sudo chmod 644 /etc/tor/torrc
perl nipe.pl status
perl nipe.pl status

View File

@ -2,7 +2,7 @@ License
==============
The MIT License (MIT)
Copyright (c) 2015-2019 Heitor Gouvêa
Copyright (c) 2015 - 2019 Heitor Gouvêa
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
THE SOFTWARE.

View File

@ -80,4 +80,4 @@
#### License
- This work is licensed under [**MIT License.**](https://github.com/GouveaHeitor/nipe/blob/master/LICENSE.md)
- This work is licensed under [**MIT License.**](https://github.com/GouveaHeitor/nipe/blob/master/LICENSE.md)

View File

@ -4,4 +4,4 @@ If you find a security issue with Nipe, please DO NOT submit it via the issue tr
Even in cases where you have limited or incomplete information, or you're not sure whether or not a problem constitutes a security issue, please make contact as soon as possible. We can work together to investigate, debug, and assess.
Your help is greatly appreciated in keeping Nipe secure!
Your help is greatly appreciated in keeping Nipe secure!

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package Nipe::CheckIp;
@ -35,4 +35,4 @@ sub new {
}
}
1;
1;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package Nipe::Device;
@ -56,4 +56,4 @@ sub getSystem {
return $distribution;
}
1;
1;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package Nipe::Functions;
@ -52,4 +52,4 @@ sub install {
system ("sudo chmod 644 /etc/tor/torrc");
}
1;
1;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package Nipe::Start;
@ -70,4 +70,4 @@ sub new {
return true;
}
1;
1;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
package Nipe::Stop;
@ -21,4 +21,4 @@ sub new {
return true;
}
1;
1;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl
#!/usr/bin/env perl
#########################################################
# Nipe developed by Heitor Gouvêa #
@ -49,4 +49,4 @@ sub main {
}
main();
exit;
exit;

View File

@ -1,4 +1,4 @@
#!/usr/bin/bash
#!/usr/bin/env bash
curl -L https://cpanmin.us | perl - --sudo App::cpanminus
cpanm Switch JSON LWP::UserAgent Config::Simple