summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAndreas Fankhauser hiddenalpha.ch2024-09-06 17:08:52 +0200
committerAndreas Fankhauser hiddenalpha.ch2024-09-06 17:08:52 +0200
commit81387fdaed126866f42477dc5d225f99a2ecb07b (patch)
tree3b4e748dae679e23c861b988a6abedfcdacb147e /doc
parent62616e8c7af80c8ca63f2134c1a6c5d2a5814fae (diff)
downloadUnspecifiedGarbage-81387fdaed126866f42477dc5d225f99a2ecb07b.zip
UnspecifiedGarbage-81387fdaed126866f42477dc5d225f99a2ecb07b.tar.gz
stuff
Diffstat (limited to 'doc')
-rw-r--r--doc/note/git/git.txt5
-rw-r--r--doc/note/windoof/firewall-holes.txt6
2 files changed, 8 insertions, 3 deletions
diff --git a/doc/note/git/git.txt b/doc/note/git/git.txt
index a4e8e26..d0325a1 100644
--- a/doc/note/git/git.txt
+++ b/doc/note/git/git.txt
@@ -33,6 +33,11 @@ twice with colon in between):
git fetch origin --depth=1 refs/tags/v1.2.3:refs/tags/v1.2.3
+## History digging for specific file
+
+ git log --follow -- path/to/file
+
+
## Auto-destroy code-format
&& REMOTENAME=upstream \
diff --git a/doc/note/windoof/firewall-holes.txt b/doc/note/windoof/firewall-holes.txt
index 02ef0a5..3b6f579 100644
--- a/doc/note/windoof/firewall-holes.txt
+++ b/doc/note/windoof/firewall-holes.txt
@@ -29,13 +29,13 @@ Beispiel 3 (Lazlar, UNTESTED):
| Windows Registry Editor Version 5.00
|
| [HKEY_LOCAL_MACHINE\Software\WOW6432Node\AutoInst\WindowsFirewall\016_Projekte_ISA_Lazlar_mDNS]
-| "000local-0000-0010-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Public|RPort=5353|RA4=192.168.0.0/16|Name=public_local_ISA_Lazlar-out|Desc=public_local_ISA_Lazlar-out: Bonjour service discovery development|"
-| "000local-0000-0001-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|LPort=5353|LA4=192.168.0.0/16|Name=public_local_ISA_Lazlar-inn|Desc=public_local_ISA_Lazlar-inn: Bonjour service discovery development|"
+| "000local-0000-0010-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=Out|Protocol=17|Profile=Public|RPort=5353|RA4=224.0.0.251/4|Name=public_local_ISA_Lazlar-out|Desc=public_local_ISA_Lazlar-out: Bonjour service discovery development|"
+| "000local-0000-0001-0010-000000000018"="v2.30|Action=Allow|Active=TRUE|Dir=In|Protocol=17|Profile=Public|LPort=5353|LA4=224.0.0.251/4|Name=public_local_ISA_Lazlar-inn|Desc=public_local_ISA_Lazlar-inn: Bonjour service discovery development|"
+-----------------------------------------------------------------------
SideNote:
-- Protocol (6 für TCP, 17 für UDP)
+- Protocol (6=TCP, 17=UDP)
- RPort (Remote Port)
- LPort (Local Port)
- RA4 (Remote Address IPv4)