Giter Site home page Giter Site logo

vedetta-com / vedetta Goto Github PK

View Code? Open in Web Editor NEW
289.0 289.0 30.0 934 KB

OpenBSD Router Boilerplate

License: ISC License

Shell 97.43% HTML 2.34% R 0.23%
boilerplate dns-server firewall gateway http-server ipv4 ipv6 openbsd relay-server router sdn software-defined-network vpn

vedetta's People

Contributors

horia avatar nanxiao avatar saper avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

vedetta's Issues

scripts referenced in root crontab

/usr/local/bin/adhosts.sh
/usr/local/bin/malware.sh
/usr/local/bin/dnsblock.sh

Are not explicitly linked in the readme.md file, however browsing the src tree finds them.
Perhaps a link in the readme will help?

httpd: OCSP stapling is not used

httpd bug in OpenBSD 6.3

  • Verify OCSP response file:
ocsptool -e --no-nonce \
            --load-signer /etc/ssl/acme/letsencryptauthorityx3.pem \
            --load-response /etc/ssl/acme/example.com.ocsp.resp.der
Verifying OCSP Response: Success.
  • Verify httpd OCSP response:
echo \
| openssl s_client -connect example.com:443 -tlsextdebug -status \
| grep OCSP
OCSP response: no response sent

switchctl from hostname.switch0 fails

From my router:

starting network
em0: no link .... got link
em0: bound to 192.168.0.8 from 192.168.0.1 (XX:XX:XX:XX:XX:XX)
switchctl: connect: /var/run/switchd.sock: Connection refused

I guess this is because switchd doesn’t start until later in the boot process:

starting network daemons: sshd switchd dhcpd smtpd sndiod.

Clients work correctly for me if I run switchctl from rc.local instead.

relayd supports SNI and OCSP in OpenBSD 6.6

Namaste,

The Caveats section in README mentions the following:
...
relayd does not support CRL, SNI, nor OCSP (yet)
...

It seems relayd now (OpenBSD 6.6+) does support SNI and OCSP [1].

We may want to update the configurations in this repository to reflect the SNI and OCSP support in relayd.

Dhanyavaad.

[1] - https://www.openbsd.org/plus66.html

Disable ciphers with DHE as Key Exchange

The commit a38ea0b disables DHE for key exchange. If I am not wrong, perhaps we may want to disable ciphers which have DHE for key exchange.

Currently, there is one cipher present in the configuration which has DHE as its key exchange - DHE-RSA-CHACHA20-POLY1305.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.