mirror of
				https://git.zx2c4.com/wireguard-go
				synced 2025-10-31 11:56:22 +08:00 
			
		
		
		
	Added fwmark code
This commit is contained in:
		
							
								
								
									
										11
									
								
								src/conn_default.go
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								src/conn_default.go
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,11 @@ | ||||
| // +build !linux | ||||
|  | ||||
| package main | ||||
|  | ||||
| import ( | ||||
| 	"net" | ||||
| ) | ||||
|  | ||||
| func setFwmark(conn *net.UDPConn, value int) error { | ||||
| 	return nil | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Mathias Hall-Andersen
					Mathias Hall-Andersen