{"id":19146044,"url":"https://github.com/liulilittle/vgw-release","last_synced_at":"2026-02-21T21:36:43.371Z","repository":{"id":62342784,"uuid":"487332740","full_name":"liulilittle/VGW-release","owner":"liulilittle","description":"Linux/Windows 软件路由器 (Software Router): VGW is SD-ROUTER.","archived":false,"fork":false,"pushed_at":"2024-04-24T17:47:54.000Z","size":13785,"stargazers_count":5,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-10-26T13:08:02.391Z","etag":null,"topics":["gateway","icmp","ip","lsp","nat","nsp","router","tcp","tun2socket","tun2socks","udp"],"latest_commit_sha":null,"homepage":"","language":"Batchfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/liulilittle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T16:56:34.000Z","updated_at":"2024-04-24T17:47:57.000Z","dependencies_parsed_at":"2024-04-24T18:59:30.471Z","dependency_job_id":null,"html_url":"https://github.com/liulilittle/VGW-release","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/liulilittle/VGW-release","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FVGW-release","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FVGW-release/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FVGW-release/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FVGW-release/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/liulilittle","download_url":"https://codeload.github.com/liulilittle/VGW-release/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/liulilittle%2FVGW-release/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29694213,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["gateway","icmp","ip","lsp","nat","nsp","router","tcp","tun2socket","tun2socks","udp"],"created_at":"2024-11-09T07:42:54.776Z","updated_at":"2026-02-21T21:36:43.327Z","avatar_url":"https://github.com/liulilittle.png","language":"Batchfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VGW-releasse\n##### Linux/Windows Software Router: VGW is SD-ROUTER, Provides optional access gateways for lans #####\n##### Linux/Windows 软件路由器，为局域网提供可选接入网关 #####\n\n## Features: ##\n\u003e 1. IP Fragement Transmit Support. [IP分片传送支持]\n\u003e 2. TCP/UDP/ICMP Transmit Support. [TCP/UDP/ICMP传送支持]\n\u003e 3. Only IPv4. [只IPV4]\n\u003e 4. Compatible with tun2socks and other forms of VPN network. [兼容 tun2socks 与任何VPN网络]\n\u003e 5. Overlapping Kernel-ip route and next Hops. [重叠内核IP路由及跃点]\n\u003e 6. Overlapping Multiple-Networks. [重叠多重网络]\n\u003e 7. LAN Default Gateway Route server. [局域网默认网关路由服务器]\n\u003e 8. Ethernet bridge. [以太网桥接]\n\u003e 9. Perfect compatibility with WinSPI global agents such as \"PaperAirplane TCP/IP NSP/LSP\". [完美兼容WinSPI全局代理，例如“PaperAirplane TCP/IP NSP/LSP”]\n\u003e 10. Easy to user configure used. [易于用户配置使用]\n\n## Usage: ##\n### Windows ####\n\u003e 1. .\\vgw.exe --ip=192.168.0.40 --ngw=192.168.0.1 --mask=255.255.255.0\n\u003e 2. .\\vgw.exe --ip=192.168.0.40 --ngw=192.168.0.1 --mask=255.255.255.0 --mac=30:fc:68:88:b4:a9\n\n### Linux ####\n\u003e 1. ./vgw --ip=192.168.0.40 --ngw=192.168.0.1 --mask=255.255.255.0\n\u003e 2. ./vgw --ip=192.168.0.40 --ngw=192.168.0.1 --mask=255.255.255.0 --mac=30:fc:68:88:b4:a9\n\n## Command-Argument ##\n\u003e 1. --ip=VGW bridge IP address, which is the Gateway server IP address. [VGW网关IP地址，即网关服务器的IP地址]\n\u003e 2. --ngw=Default gateway IP address of the next hop. [下一跳默认网关地址]\n\u003e 3. --mask=Net-mask of the next hop gateway. [下一跳网关掩码地址]\n\u003e 4. --mac=MAC address used by the VGW, default: 30:fc:68:88:b4:a9. [VGW网关MAC地址，MAC缺省地址: 30:fc:68:88:b4:a9]\n\n## Demo Screenshots ##\n![](demo_pictures_1.png)\n![](demo_pictures_2.png)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fvgw-release","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fliulilittle%2Fvgw-release","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fliulilittle%2Fvgw-release/lists"}