rejetto forum

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - morituruz

Pages: 1
1
HFS ~ HTTP File Server / Re: Feature request: folder access by IP address
« on: December 11, 2017, 12:00:52 PM »
Thanks to the wiki engine nothing was actually deleted :)
http://www.rejetto.com/wiki/index.php?title=HFS:_Event_scripts&oldid=5612

2
HFS ~ HTTP File Server / Re: Feature request: folder access by IP address
« on: December 11, 2017, 10:25:19 AM »
So year later i discovered that i received a pretty good reply :D
Thank you very much!

Actually i need to deny download of *.html files so now I have that code in hfs.events:
Code: [Select]
[request]
{.if
| {.and
| {.not
| {.or
| {.match | 127.0.0.1 | %ip% .}
| {.match | 10.0.*.* | %ip% .}
.}
.}
| {.match | */some_url_path/* | %url% .}
.}
|
{:{.disconnection reason| IP: %ip%.}:}
.}

Surprisingly wiki page http://www.rejetto.com/wiki/?title=HFS:_Event_scripts does not exist anymore.

3
HFS ~ HTTP File Server / Feature request: folder access by IP address
« on: December 01, 2016, 08:49:11 AM »
Hello and thanks for this great software  :)
I know about User Accounts but i need more «simple» solution.
Example: i want to allow users from my LAN (10.0.0.0/24) to access some folder in HFS, and hide this folder from others.

Pages: 1