Skip to content
#

firewall

Here are 696 public repositories matching this topic...

一款轻量级、高性能、功能强大的内网穿透代理服务器。支持tcp、udp、socks5、http等几乎所有流量转发,可用来访问内网网站、本地支付接口调试、ssh访问、远程桌面,内网dns解析、内网socks5代理等等……,并带有功能强大的web管理端。a lightweight, high-performance, powerful intranet penetration proxy server, with a powerful web management terminal.

  • Updated May 20, 2020
  • Go
medains
medains commented Aug 29, 2019

Each connection will be filtered by one rule - the first match - it seems that the order of rules is based off the name of the rule.

So for example, if I had the following rules

  • Block some advertising domain
  • Allow port 80

If the port 80 rule had a name that sorted earlier than the blocking rule, then it would still permit http requests to the domain.

I can't be sure whether its the

gm100861
gm100861 commented Sep 11, 2017

你好,我按照Readme配置好了server端,也成功的启动了, 但是登陆成功之后,直接又闪退回登陆界面.想问下是怎么回事. 具体操作我录了一个gif图片 如下.
http://linuxsogood.org/wp-content/uploads/2017/09/proxy.gif

github试了好几次都传不上来图片,所以放我个人博客了.
下面是日志.

`2017-09-11 03:17:54,741 INFO [org.fengfei.lanproxy.server.config.web.routes.RouteConfig] - <handle request for api /login>
2017-09-11 03:27:05,003 INFO [org.fengfei.lanproxy.server.config.web.routes.RouteConfig]

gpism
gpism commented Nov 7, 2019

Hi This project is amazing and I want to contribute but I noticed there is no developer documentation also this project doesn't not seem to use platformIO or Arduino ...so no clue how to start ....is possible to provide documentation ...like which module does what and how compile /build .........even better if its possible to convert to platformio project

Metaception
Metaception commented Aug 31, 2017

I noticed a conflict in the documentation when attempting to change the default DNS.

The DNS section says:

$IPTABLES -t nat -A OUTPUT -p tcp --dport 53 -j DNAT --to-destination 208.67.222.222:53 || true
$IPTABLES -t nat -A OUTPUT -p udp --dport 53 -j DNAT --to-destination 208.67.222.222:53 || true

While the [Custom

loratera
loratera commented Jul 3, 2019

A new installation of simplewall gives in my opinion no information about the deactivation of public and private profiles of the Windows Firewall.

This lead to a security problem, unwise users could activate SW without WF, the network center shows public profile and they think they're save in a public network. But the reverse could apply.

I would recommend a note about this in the docs and a

harningt
harningt commented Aug 4, 2017

If multiple requests are submitted for the same host/port - any new ones are ignored.

Such a scenario it would be useful to handle it better would be to either extend or shorten the timeout.

... looking through how it works, it looks like if you add '-!' to the ipset command, it will overwrite the previous value.

Perhaps the '-!' option should be indicated in the sample for ipset integrat

smp4488
smp4488 commented Feb 14, 2019

So I took a shot at trying to get this to work with IP V6 addresses with no luck. If I disable the ufw service i'm able to access my site using the V6 address, but when I enable ufw the connection times out. I found /etc/ufw/after6.rules and tried to modify it to work, but I must be doing something wrong. My guess is it's something with the V6 subnet.

# BEGIN UFW AND DOCKER
*filter
:ufw6-u
Hofer-Julian
Hofer-Julian commented Feb 27, 2019

I noticed that you set the same global variables at multiple places of the your python scripts (like e.g. ROOTDIR).

I would suggest to put them in seperate file (e.g. config.py) and import them from there.

I would also suggest to make use of QStandardPaths, instead of hardcode them (especially if you want to target different distributions in the

Improve this page

Add a description, image, and links to the firewall topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the firewall topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.