mirror of
https://github.com/fatedier/frp.git
synced 2026-05-15 16:15:49 -06:00
[GH-ISSUE #2464] Block LAN Access #1955
Labels
No labels
In Progress
WIP
WaitingForInfo
bug
doc
duplicate
easy
enhancement
future
help wanted
invalid
lifecycle/stale
need-issue-template
need-usage-help
no plan
proposal
pull-request
question
todo
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/frp#1955
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @tzahico on GitHub (Jun 30, 2021).
Original GitHub issue: https://github.com/fatedier/frp/issues/2464
Hello,
Is there a way to block FRPC from accessing Local Network (Private / Internal IP addresses)?
We can achieve that using Windows Firewall
netsh advfirewall firewall add rule name="FRP" dir=out action=block program="frpc.exe" enable=yes localip=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16 remoteip=10.0.0.0/8,172.16.0.0/12,192.168.0.0/16But is there a way to do it from the INI file? Currently we use the following conf:
Thanks!
@fatedier commented on GitHub (Jul 8, 2021):
I don't think it's a good idea to trust that third-party applications won't connect to your specified IP range.
For security issue, system firewall or other underlying network tools are more reliable.
@github-actions[bot] commented on GitHub (Aug 8, 2021):
Issues go stale after 30d of inactivity. Stale issues rot after an additional 7d of inactivity and eventually close.