-
I have created a fork of this repository and added the code needed to support BSD operating systems. While the additions are currently undergoing testing, my overall goal is to have these changes inco…
-
[x] 0.9.9-ALPHA (HardenedBSD 11.1 PRERELEASE)
[x] iocage update basejail_11_stable
[x]tmp/tmp.UkfTTKVp/update.tar 100% of 324 MB 893 kBps 06m12s
Warning: Could not find extra fil…
-
In my setup (OS X 10.9, fail2ban 0.8.14) I had to change this line in jail.conf (actually jail.local)
action = iptables-allports[name=recidive,protocol=all]
into
action = osx-ipfw[port=any, localh…
-
`make` on FreeBSD terminates with following trace -
**Note:** gcc version `4.9.4`
```
gmake
gmake[1]: Entering directory '/usr/home/zeebsd/source-codes/dummynet-ipfw'
Building userspace ...
gmak…
-
In scenarios with poor Internet connectivity, libpagekite seems to be leaking file descriptors. Eventually this leads to exhaustion of available fds for the process that is using libpagekite.
This …
-
First question: is it possible to create a virtual adapter with netmap to do the same thing as tun/tap adapter does to replace the obviously slow tun.ko driver completely?
Second question: is it a …
-
###### Original Redmine Issue: [1013](https://dev.yunohost.org/issues/1013)
Author Name: **jibec**
---
hi
little oddies when running branch stretch of install-yunohost
~~~
jb@debian9:/tmp/in…
-
Is it possible to use NAT to allow guests to share the host wireless internet? I followed the instructions to enable the NAT with 'vm switch nat public on' and also started dnsmasq service, but DHCP d…
-
解决方法,https://github.com/basecamp/pow/issues/452
只是搬运工,给自己看:
1. 首先创建, `touch touch /etc/pf.anchors/com.pow`文件, 输入
``` sh
rdr pass on lo0 inet proto tcp from any to any port 80 -> 127.0.0.1 port 8080
…
-
It seems like PF rules for NAT are applied before IPFW so having rules to send traffic to the proxy will break the captive portal (IPFW). No NAT on PF and using the CP while checking the proxy rules w…