• Joined on 2023-04-29
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 08:56:29 -03:00
4f83cf24ef update MAS activation script to latest version
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 08:31:16 -03:00
b9375c572f re-enable MAS activation for all images
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 06:45:34 -03:00
af764989c1 use New-NetFirewallRule for RDP and set UserAuthentication=1
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 06:21:47 -03:00
84bcc9b66c skip MAS activation when enableRDP is set
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 05:49:53 -03:00
096d690f57 remove slmgr key restore after MAS activation
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 05:34:14 -03:00
ed92e36456 add nicModel option, restore MAS activation with LTSC key fix
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 05:23:16 -03:00
4226f6fdfd add spice.vgamem option for QXL video memory
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 03:42:07 -03:00
dd5aeafae9 restore Enterprise LTSC key after MAS activation to keep RDP server
sagar pushed to master at dotfiles/vmix.nix 2026-06-08 00:54:27 -03:00
be2fd209e4 fix RDP services: set SessionEnv and UmRdpService start type via registry
sagar pushed to master at dotfiles/vmix.nix 2026-06-07 13:48:32 -03:00
e658cd5404 fix RDP: auto-start SessionEnv and UmRdpService, enable firewall rules for all profiles
sagar pushed to master at sagar/softether-go 2026-06-07 12:53:10 -03:00
1d919aafc5 tunnel: fix panic on send to closed writeCh during disconnect
sagar pushed to master at sagar/softether-go 2026-06-07 07:59:26 -03:00
3bafe683cb tunnel: fix panic on send to closed writeCh during disconnect
sagar pushed to master at dotfiles/vmix.nix 2026-06-07 07:27:58 -03:00
def21bca57 add enableRDP flag to generalize and fix AutoLogon
sagar pushed to master at dotfiles/vmix.nix 2026-06-07 02:28:25 -03:00
e196160aac add README with usage, architecture, and examples
f997b72f40 only create macvtaps service when macvtaps are configured
Compare 2 commits »
sagar pushed to master at sagar/softether-go 2026-06-06 16:36:47 -03:00
51824b830e netcfg: add -connmark flag for DNAT reply routing
sagar pushed to master at sagar/softether-go 2026-06-06 16:15:03 -03:00
857733863c netcfg: suppress RTNETLINK errors from policy route cleanup
sagar pushed to master at sagar/softether-go 2026-06-06 14:47:40 -03:00
47e06b525c tunnel: replace write mutex with channel-based single writer
sagar pushed to master at sagar/softether-go 2026-06-06 14:38:21 -03:00
14ec4a02dd tunnel: buffer WriteFrames into single TLS write
sagar pushed to master at sagar/softether-go 2026-06-06 14:28:55 -03:00
fc07ac507d dhcp: generate fresh xid per exchange
sagar pushed to master at sagar/softether-go 2026-06-06 14:24:00 -03:00
b3f4c5f42b tunnel: add write mutex for concurrent safety